Html Css Color HEX #F20E81 Deep Pink

📋 copy color: '#F20E81'

red 242 ◦ green 14 ◦ blue 129

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

Shades of Deep Pink #F20E81

Tints of Deep Pink #F20E81

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.64%

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 62.86%
G = 3.64%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F20E81 (or 0xF20E81) is known color: Deep Pink. HEX triplet: F2, 0E and 81. RGB value is (242,14,129). Sum of RGB (Red+Green+Blue) = 242+14+129=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20E81 is #0DF17E. Grayscale: #5F5F5F. Windows color (decimal): -913791 or 8457970. OLE color: 8457970.

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

Color convert

RGB 242 14 129 -
CMYK 0 0.94 0.47 0.05
HSL 329.74º 0.9% 0.5% -
HSV(B) 329.74º 0.94% 0.95% -
XYZ 40.74 20.78 22.63 -
YUV 95.28 147.04 232.65 -
System Red Green Blue C M Y K H S L
Decimal 242 14 129 0 0.94 0.47 0.05 329.74 0.9 0.5
Hex F2 E 81 0 5E 2F 5 14A 5A 32
Octal 362 16 201 0 136 57 5 512 132 62
Binary 11110010 1110 10000001 0 1011110 101111 101 101001010 1011010 110010

Color Harmonies of #F20E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20E81

Black with #F20E81

Text Example


Text Example

White with #F20E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20E81; }

 p { color: rgb(242,14,129); }

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

background-color css

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

 a { background-color: rgb(242,14,129); }

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

border-color css

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

 span { border-color: rgb(242,14,129); }

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