Html Css Color HEX #F50586 Deep Pink

📋 copy color: '#F50586'

red 245 ◦ green 5 ◦ blue 134

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

Shades of Deep Pink #F50586

Tints of Deep Pink #F50586

RGB

 RED value IS 245 (96.09% from 255) = 63.8%

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

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

R = 63.8%
G = 1.3%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F50586 (or 0xF50586) is known color: Deep Pink. HEX triplet: F5, 05 and 86. RGB value is (245,5,134). Sum of RGB (Red+Green+Blue) = 245+5+134=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F50586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50586 is #0AFA79. Grayscale: #5B5B5B. Windows color (decimal): -719482 or 8783349. OLE color: 8783349.

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

Color convert

RGB 245 5 134 -
CMYK 0 0.98 0.45 0.04
HSL 327.75º 0.96% 0.49% -
HSV(B) 327.75º 0.98% 0.96% -
XYZ 42.01 21.24 24.44 -
YUV 91.47 152.01 237.51 -
System Red Green Blue C M Y K H S L
Decimal 245 5 134 0 0.98 0.45 0.04 327.75 0.96 0.49
Hex F5 5 86 0 62 2D 4 148 60 31
Octal 365 5 206 0 142 55 4 510 140 61
Binary 11110101 101 10000110 0 1100010 101101 100 101001000 1100000 110001

Color Harmonies of #F50586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50586

Black with #F50586

Text Example


Text Example

White with #F50586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50586; }

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

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

background-color css

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

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

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

border-color css

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

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

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