Html Css Color HEX #F60586 Deep Pink

📋 copy color: '#F60586'

red 246 ◦ green 5 ◦ blue 134

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

Shades of Deep Pink #F60586

Tints of Deep Pink #F60586

RGB

 RED value IS 246 (96.48% from 255) = 63.9%

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

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

R = 63.9%
G = 1.3%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F60586 (or 0xF60586) is known color: Deep Pink. HEX triplet: F6, 05 and 86. RGB value is (246,5,134). Sum of RGB (Red+Green+Blue) = 246+5+134=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F60586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60586 is #09FA79. Grayscale: #5B5B5B. Windows color (decimal): -653946 or 8783350. OLE color: 8783350.

HSL color Cylindrical-coordinate representation of color #F60586: hue angle of 327.88º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60586 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 5 134 -
CMYK 0 0.98 0.46 0.04
HSL 327.88º 0.96% 0.49% -
HSV(B) 327.88º 0.98% 0.96% -
XYZ 42.36 21.42 24.46 -
YUV 91.77 151.84 238.01 -
System Red Green Blue C M Y K H S L
Decimal 246 5 134 0 0.98 0.46 0.04 327.88 0.96 0.49
Hex F6 5 86 0 62 2E 4 148 60 31
Octal 366 5 206 0 142 56 4 510 140 61
Binary 11110110 101 10000110 0 1100010 101110 100 101001000 1100000 110001

Color Harmonies of #F60586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60586

Black with #F60586

Text Example


Text Example

White with #F60586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60586; }

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

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

background-color css

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

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

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

border-color css

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

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

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