Html Css Color HEX #F20986 Deep Pink

📋 copy color: '#F20986'

red 242 ◦ green 9 ◦ blue 134

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

Shades of Deep Pink #F20986

Tints of Deep Pink #F20986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.81%

R = 62.86%
G = 2.34%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F20986 (or 0xF20986) is known color: Deep Pink. HEX triplet: F2, 09 and 86. RGB value is (242,9,134). Sum of RGB (Red+Green+Blue) = 242+9+134=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F20986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20986 is #0DF679. Grayscale: #5C5C5C. Windows color (decimal): -915066 or 8784370. OLE color: 8784370.

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

Color convert

RGB 242 9 134 -
CMYK 0 0.96 0.45 0.05
HSL 327.81º 0.93% 0.49% -
HSV(B) 327.81º 0.96% 0.95% -
XYZ 41.02 20.79 24.41 -
YUV 92.92 151.19 234.34 -
System Red Green Blue C M Y K H S L
Decimal 242 9 134 0 0.96 0.45 0.05 327.81 0.93 0.49
Hex F2 9 86 0 60 2D 5 148 5D 31
Octal 362 11 206 0 140 55 5 510 135 61
Binary 11110010 1001 10000110 0 1100000 101101 101 101001000 1011101 110001

Color Harmonies of #F20986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20986

Black with #F20986

Text Example


Text Example

White with #F20986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20986; }

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

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

background-color css

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

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

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

border-color css

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

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

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