Html Css Color HEX #F21086 Deep Pink

📋 copy color: '#F21086'

red 242 ◦ green 16 ◦ blue 134

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

Shades of Deep Pink #F21086

Tints of Deep Pink #F21086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 61.73%
G = 4.08%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F21086 (or 0xF21086) is known color: Deep Pink. HEX triplet: F2, 10 and 86. RGB value is (242,16,134). Sum of RGB (Red+Green+Blue) = 242+16+134=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F21086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21086 is #0DEF79. Grayscale: #606060. Windows color (decimal): -913274 or 8786162. OLE color: 8786162.

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

Color convert

RGB 242 16 134 -
CMYK 0 0.93 0.45 0.05
HSL 328.67º 0.9% 0.51% -
HSV(B) 328.67º 0.93% 0.95% -
XYZ 41.11 20.97 24.44 -
YUV 97.03 148.87 231.41 -
System Red Green Blue C M Y K H S L
Decimal 242 16 134 0 0.93 0.45 0.05 328.67 0.9 0.51
Hex F2 10 86 0 5D 2D 5 149 5A 33
Octal 362 20 206 0 135 55 5 511 132 63
Binary 11110010 10000 10000110 0 1011101 101101 101 101001001 1011010 110011

Color Harmonies of #F21086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21086

Black with #F21086

Text Example


Text Example

White with #F21086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21086; }

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

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

background-color css

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

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

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

border-color css

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

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

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