Html Css Color HEX #F20E91 Deep Pink

📋 copy color: '#F20E91'

red 242 ◦ green 14 ◦ blue 145

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

Shades of Deep Pink #F20E91

Tints of Deep Pink #F20E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 60.35%
G = 3.49%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F20E91 (or 0xF20E91) is known color: Deep Pink. HEX triplet: F2, 0E and 91. RGB value is (242,14,145). Sum of RGB (Red+Green+Blue) = 242+14+145=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20E91 is #0DF16E. Grayscale: #606060. Windows color (decimal): -913775 or 9506546. OLE color: 9506546.

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

Color convert

RGB 242 14 145 -
CMYK 0 0.94 0.40 0.05
HSL 325.53º 0.9% 0.5% -
HSV(B) 325.53º 0.94% 0.95% -
XYZ 41.89 21.24 28.68 -
YUV 97.11 155.04 231.35 -
System Red Green Blue C M Y K H S L
Decimal 242 14 145 0 0.94 0.40 0.05 325.53 0.9 0.5
Hex F2 E 91 0 5E 28 5 146 5A 32
Octal 362 16 221 0 136 50 5 506 132 62
Binary 11110010 1110 10010001 0 1011110 101000 101 101000110 1011010 110010

Color Harmonies of #F20E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20E91

Black with #F20E91

Text Example


Text Example

White with #F20E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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