Html Css Color HEX #F20F81 Deep Pink

📋 copy color: '#F20F81'

red 242 ◦ green 15 ◦ blue 129

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

Shades of Deep Pink #F20F81

Tints of Deep Pink #F20F81

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.89%

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

R = 62.69%
G = 3.89%
B = 33.42%

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

#F20F81 (or 0xF20F81) is known color: Deep Pink. HEX triplet: F2, 0F and 81. RGB value is (242,15,129). Sum of RGB (Red+Green+Blue) = 242+15+129=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20F81 is #0DF07E. Grayscale: #5F5F5F. Windows color (decimal): -913535 or 8458226. OLE color: 8458226.

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

Color convert

RGB 242 15 129 -
CMYK 0 0.94 0.47 0.05
HSL 329.87º 0.9% 0.5% -
HSV(B) 329.87º 0.94% 0.95% -
XYZ 40.75 20.8 22.64 -
YUV 95.87 146.71 232.23 -
System Red Green Blue C M Y K H S L
Decimal 242 15 129 0 0.94 0.47 0.05 329.87 0.9 0.5
Hex F2 F 81 0 5E 2F 5 14A 5A 32
Octal 362 17 201 0 136 57 5 512 132 62
Binary 11110010 1111 10000001 0 1011110 101111 101 101001010 1011010 110010

Color Harmonies of #F20F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20F81

Black with #F20F81

Text Example


Text Example

White with #F20F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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