Color Hex Logo

#f442fb Color Hex

#F442FB
(244,66,251)
0 Favorites   0 Comments

Color spaces of #f442fb

RGB 24466251
HSL0.830.960.62
HSV298°74°98°
CMYK 0.030.740.00   0.02
XYZ56.669030.094694.0888
Yxy30.09460.31330.1664
Hunter Lab54.858588.3884-63.2883
CIE-Lab61.735885.7611-56.4703

#f442fb color RGB value is (244,66,251).

#f442fb hex color red value is 244, green value is 66 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f442fb hue: 0.83 , saturation: 0.96 and the lightness value of f442fb is 0.62.

The process color (four color CMYK) of #f442fb color hex is 0.03, 0.74, 0.00, 0.02. Web safe color of #f442fb is #ff33ff. Color #f442fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000010 11111011
Octal 364 102 373
Decimal 244 66 251
Hex F4 42 FB

RGB Percentages of Color #f442fb

%43.49
%11.76
%44.74

CMYK Percentages of Color #f442fb

%3
%74
%0
%2

Triadic Colors of #f442fb

#f442fb #fbf442 #42fbf4

Analogous Colors of #f442fb

#f442fb #fb42a6 #9842fb

Monochromatic Colors of #f442fb

#f442fb

Complementary Color

#f442fb #49fb42

#f442fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f442fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f442fb Color CSS Codes

.mybgcolor {background-color:#f442fb; } 
.myforecolor {color:#f442fb; }
.mybordercolor {border:3px solid #f442fb; }

#f442fb Text Font Color

<p style="color:#f442fb">Text here</p>

This sample text font color is #f442fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f442fb Background Color

<div style="background-color:#f442fb">
Div content here</div>

This div background color is #f442fb


#f442fb Border Color

<div style="border:3px solid #f442fb">
Div here</div>

This div border color is #f442fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,66,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f442fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f442fb;
  -webkit-box-shadow: 1px 1px 3px 2px #f442fb;
  box-shadow:         1px 1px 3px 2px #f442fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,66,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f442fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f442fb;
  -webkit-box-shadow: 1px 1px 3px 2px #f442fb;
  box-shadow:         1px 1px 3px 2px #f442fb;">
Div content here</div>

This div box has shadow with color #f442fb

Related Colors


Comments

No comments written yet.

Please login to write comment.