Html Css Color HEX #F02086 Deep Pink

📋 copy color: '#F02086'

red 240 ◦ green 32 ◦ blue 134

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

Shades of Deep Pink #F02086

Tints of Deep Pink #F02086

RGB

 RED value IS 240 (94.14% from 255) = 59.11%

 GREEN value IS 32 (12.89% from 255) = 7.88%

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

R = 59.11%
G = 7.88%
B = 33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F02086 (or 0xF02086) is known color: Deep Pink. HEX triplet: F0, 20 and 86. RGB value is (240,32,134). Sum of RGB (Red+Green+Blue) = 240+32+134=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F02086 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02086 is #0FDF79. Grayscale: #696969. Windows color (decimal): -1040250 or 8790256. OLE color: 8790256.

HSL color Cylindrical-coordinate representation of color #F02086: hue angle of 330.58º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02086 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 32 134 -
CMYK 0 0.87 0.44 0.06
HSL 330.58º 0.87% 0.53% -
HSV(B) 330.58º 0.87% 0.94% -
XYZ 40.75 21.28 24.51 -
YUV 105.82 143.91 223.71 -
System Red Green Blue C M Y K H S L
Decimal 240 32 134 0 0.87 0.44 0.06 330.58 0.87 0.53
Hex F0 20 86 0 57 2C 6 14B 57 35
Octal 360 40 206 0 127 54 6 513 127 65
Binary 11110000 100000 10000110 0 1010111 101100 110 101001011 1010111 110101

Color Harmonies of #F02086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02086

Black with #F02086

Text Example


Text Example

White with #F02086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02086; }

 p { color: rgb(240,32,134); }

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

background-color css

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

 a { background-color: rgb(240,32,134); }

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

border-color css

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

 span { border-color: rgb(240,32,134); }

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