Html Css Color HEX #F00586 Deep Pink

📋 copy color: '#F00586'

red 240 ◦ green 5 ◦ blue 134

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

Shades of Deep Pink #F00586

Tints of Deep Pink #F00586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 63.32%
G = 1.32%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F00586 (or 0xF00586) is known color: Deep Pink. HEX triplet: F0, 05 and 86. RGB value is (240,5,134). Sum of RGB (Red+Green+Blue) = 240+5+134=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F00586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00586 is #0FFA79. Grayscale: #595959. Windows color (decimal): -1047162 or 8783344. OLE color: 8783344.

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

Color convert

RGB 240 5 134 -
CMYK 0 0.98 0.44 0.06
HSL 327.06º 0.96% 0.48% -
HSV(B) 327.06º 0.98% 0.94% -
XYZ 40.29 20.36 24.36 -
YUV 89.97 152.86 235.01 -
System Red Green Blue C M Y K H S L
Decimal 240 5 134 0 0.98 0.44 0.06 327.06 0.96 0.48
Hex F0 5 86 0 62 2C 6 147 60 30
Octal 360 5 206 0 142 54 6 507 140 60
Binary 11110000 101 10000110 0 1100010 101100 110 101000111 1100000 110000

Color Harmonies of #F00586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00586

Black with #F00586

Text Example


Text Example

White with #F00586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00586; }

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

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

background-color css

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

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

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

border-color css

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

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

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