Html Css Color HEX #F20992 Deep Pink

📋 copy color: '#F20992'

red 242 ◦ green 9 ◦ blue 146

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

Shades of Deep Pink #F20992

Tints of Deep Pink #F20992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.27%

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

R = 60.96%
G = 2.27%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F20992 (or 0xF20992) is known color: Deep Pink. HEX triplet: F2, 09 and 92. RGB value is (242,9,146). Sum of RGB (Red+Green+Blue) = 242+9+146=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F20992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20992 is #0DF66D. Grayscale: #5D5D5D. Windows color (decimal): -915054 or 9570802. OLE color: 9570802.

HSL color Cylindrical-coordinate representation of color #F20992: hue angle of 324.72º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20992 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 9 146 -
CMYK 0 0.96 0.40 0.05
HSL 324.72º 0.93% 0.49% -
HSV(B) 324.72º 0.96% 0.95% -
XYZ 41.9 21.15 29.07 -
YUV 94.29 157.19 233.36 -
System Red Green Blue C M Y K H S L
Decimal 242 9 146 0 0.96 0.40 0.05 324.72 0.93 0.49
Hex F2 9 92 0 60 28 5 145 5D 31
Octal 362 11 222 0 140 50 5 505 135 61
Binary 11110010 1001 10010010 0 1100000 101000 101 101000101 1011101 110001

Color Harmonies of #F20992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20992

Black with #F20992

Text Example


Text Example

White with #F20992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20992; }

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

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

background-color css

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

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

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

border-color css

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

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

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