Html Css Color HEX #F21094 Deep Pink

📋 copy color: '#F21094'

red 242 ◦ green 16 ◦ blue 148

#F21094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F21094

Tints of Deep Pink #F21094

RGB

 RED value IS 242 (94.92% from 255) = 59.61%

 GREEN value IS 16 (6.64% from 255) = 3.94%

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 59.61%
G = 3.94%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F21094 (or 0xF21094) is known color: Deep Pink. HEX triplet: F2, 10 and 94. RGB value is (242,16,148). Sum of RGB (Red+Green+Blue) = 242+16+148=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F21094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21094 is #0DEF6B. Grayscale: #626262. Windows color (decimal): -913260 or 9703666. OLE color: 9703666.

HSL color Cylindrical-coordinate representation of color #F21094: hue angle of 324.96º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21094 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 16 148 -
CMYK 0 0.93 0.39 0.05
HSL 324.96º 0.9% 0.51% -
HSV(B) 324.96º 0.93% 0.95% -
XYZ 42.15 21.39 29.92 -
YUV 98.62 155.87 230.27 -
System Red Green Blue C M Y K H S L
Decimal 242 16 148 0 0.93 0.39 0.05 324.96 0.9 0.51
Hex F2 10 94 0 5D 27 5 145 5A 33
Octal 362 20 224 0 135 47 5 505 132 63
Binary 11110010 10000 10010100 0 1011101 100111 101 101000101 1011010 110011

Color Harmonies of #F21094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21094

Black with #F21094

Text Example


Text Example

White with #F21094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21094; }

 p { color: rgb(242,16,148); }

 H1.HeaderClassName
 {
   color: #F21094;
 }
 .AnyTagClassName
 {
   color: #F21094;
 }
</style>

background-color css

<style>
 a { background-color: #F21094; }

 a { background-color: rgb(242,16,148); }

 div.DivClassName
 {
   background-color: #F21094;
 }
 .BgClassName
 {
   background-color: #F21094;
 }
</style>

border-color css

<style>
 span { border-color: #F21094; }

 span { border-color: rgb(242,16,148); }

 td.TdClassName
 {
   border-color: #F21094;
 }
 .TagClassName
 {
   border-color: #F21094;
 }
</style>