Html Css Color HEX #F20E92 Deep Pink

📋 copy color: '#F20E92'

red 242 ◦ green 14 ◦ blue 146

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

Shades of Deep Pink #F20E92

Tints of Deep Pink #F20E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 60.2%
G = 3.48%
B = 36.32%

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

#F20E92 (or 0xF20E92) is known color: Deep Pink. HEX triplet: F2, 0E and 92. RGB value is (242,14,146). Sum of RGB (Red+Green+Blue) = 242+14+146=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20E92 is #0DF16D. Grayscale: #606060. Windows color (decimal): -913774 or 9572082. OLE color: 9572082.

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

Color convert

RGB 242 14 146 -
CMYK 0 0.94 0.40 0.05
HSL 325.26º 0.9% 0.5% -
HSV(B) 325.26º 0.94% 0.95% -
XYZ 41.96 21.27 29.09 -
YUV 97.22 155.54 231.27 -
System Red Green Blue C M Y K H S L
Decimal 242 14 146 0 0.94 0.40 0.05 325.26 0.9 0.5
Hex F2 E 92 0 5E 28 5 145 5A 32
Octal 362 16 222 0 136 50 5 505 132 62
Binary 11110010 1110 10010010 0 1011110 101000 101 101000101 1011010 110010

Color Harmonies of #F20E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20E92

Black with #F20E92

Text Example


Text Example

White with #F20E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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