Html Css Color HEX #F00986 Deep Pink

📋 copy color: '#F00986'

red 240 ◦ green 9 ◦ blue 134

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

Shades of Deep Pink #F00986

Tints of Deep Pink #F00986

RGB

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

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

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

R = 62.66%
G = 2.35%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F00986 (or 0xF00986) is known color: Deep Pink. HEX triplet: F0, 09 and 86. RGB value is (240,9,134). Sum of RGB (Red+Green+Blue) = 240+9+134=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F00986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00986 is #0FF679. Grayscale: #5C5C5C. Windows color (decimal): -1046138 or 8784368. OLE color: 8784368.

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

Color convert

RGB 240 9 134 -
CMYK 0 0.96 0.44 0.06
HSL 327.53º 0.93% 0.49% -
HSV(B) 327.53º 0.96% 0.94% -
XYZ 40.34 20.44 24.37 -
YUV 92.32 151.53 233.34 -
System Red Green Blue C M Y K H S L
Decimal 240 9 134 0 0.96 0.44 0.06 327.53 0.93 0.49
Hex F0 9 86 0 60 2C 6 148 5D 31
Octal 360 11 206 0 140 54 6 510 135 61
Binary 11110000 1001 10000110 0 1100000 101100 110 101001000 1011101 110001

Color Harmonies of #F00986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00986

Black with #F00986

Text Example


Text Example

White with #F00986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00986; }

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

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

background-color css

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

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

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

border-color css

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

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

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