Html Css Color HEX #F21096 Deep Pink

📋 copy color: '#F21096'

red 242 ◦ green 16 ◦ blue 150

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

Shades of Deep Pink #F21096

Tints of Deep Pink #F21096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 59.31%
G = 3.92%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F21096 (or 0xF21096) is known color: Deep Pink. HEX triplet: F2, 10 and 96. RGB value is (242,16,150). Sum of RGB (Red+Green+Blue) = 242+16+150=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F21096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21096 is #0DEF69. Grayscale: #626262. Windows color (decimal): -913258 or 9834738. OLE color: 9834738.

HSL color Cylindrical-coordinate representation of color #F21096: hue angle of 324.42º 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 #F21096 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 16 150 -
CMYK 0 0.93 0.38 0.05
HSL 324.42º 0.9% 0.51% -
HSV(B) 324.42º 0.93% 0.95% -
XYZ 42.31 21.45 30.76 -
YUV 98.85 156.87 230.1 -
System Red Green Blue C M Y K H S L
Decimal 242 16 150 0 0.93 0.38 0.05 324.42 0.9 0.51
Hex F2 10 96 0 5D 26 5 144 5A 33
Octal 362 20 226 0 135 46 5 504 132 63
Binary 11110010 10000 10010110 0 1011101 100110 101 101000100 1011010 110011

Color Harmonies of #F21096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21096

Black with #F21096

Text Example


Text Example

White with #F21096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21096; }

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

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

background-color css

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

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

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

border-color css

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

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

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