Html Css Color HEX #F20E8E Deep Pink

📋 copy color: '#F20E8E'

red 242 ◦ green 14 ◦ blue 142

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

Shades of Deep Pink #F20E8E

Tints of Deep Pink #F20E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 60.8%
G = 3.52%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F20E8E (or 0xF20E8E) is known color: Deep Pink. HEX triplet: F2, 0E and 8E. RGB value is (242,14,142). Sum of RGB (Red+Green+Blue) = 242+14+142=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20E8E is #0DF171. Grayscale: #606060. Windows color (decimal): -913778 or 9309938. OLE color: 9309938.

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

Color convert

RGB 242 14 142 -
CMYK 0 0.94 0.41 0.05
HSL 326.32º 0.9% 0.5% -
HSV(B) 326.32º 0.94% 0.95% -
XYZ 41.66 21.14 27.48 -
YUV 96.76 153.54 231.59 -
System Red Green Blue C M Y K H S L
Decimal 242 14 142 0 0.94 0.41 0.05 326.32 0.9 0.5
Hex F2 E 8E 0 5E 29 5 146 5A 32
Octal 362 16 216 0 136 51 5 506 132 62
Binary 11110010 1110 10001110 0 1011110 101001 101 101000110 1011010 110010

Color Harmonies of #F20E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20E8E

Black with #F20E8E

Text Example


Text Example

White with #F20E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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