Color Hex Logo

#f209fb Color Hex

#F209FB
(242,9,251)
0 Favorites   0 Comments

Color spaces of #f209fb

RGB 2429251
HSL0.830.970.51
HSV298°96°98°
CMYK 0.040.960.00   0.02
XYZ54.128226.037793.4397
Yxy26.03770.31180.1500
Hunter Lab51.0271100.0504-72.8514
CIE-Lab58.072895.1639-62.3467

#f209fb color RGB value is (242,9,251).

#f209fb hex color red value is 242, green value is 9 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f209fb hue: 0.83 , saturation: 0.97 and the lightness value of f209fb is 0.51.

The process color (four color CMYK) of #f209fb color hex is 0.04, 0.96, 0.00, 0.02. Web safe color of #f209fb is #ff00ff. Color #f209fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001001 11111011
Octal 362 11 373
Decimal 242 9 251
Hex F2 9 FB

RGB Percentages of Color #f209fb

%48.21
%1.79
%50.00

CMYK Percentages of Color #f209fb

%4
%96
%0
%2

Triadic Colors of #f209fb

#f209fb #fbf209 #09fbf2

Analogous Colors of #f209fb

#f209fb #fb098b #7909fb

Monochromatic Colors of #f209fb

#f209fb

Complementary Color

#f209fb #12fb09

#f209fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f209fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f209fb Color CSS Codes

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

#f209fb Text Font Color

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

This sample text font color is #f209fb
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.


#f209fb Background Color

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

This div background color is #f209fb


#f209fb Border Color

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

This div border color is #f209fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,9,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 #f209fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f209fb


Comments

No comments written yet.

Please login to write comment.