Html Css Color HEX #F50986 Deep Pink

📋 copy color: '#F50986'

red 245 ◦ green 9 ◦ blue 134

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

Shades of Deep Pink #F50986

Tints of Deep Pink #F50986

RGB

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

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

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

R = 63.14%
G = 2.32%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F50986 (or 0xF50986) is known color: Deep Pink. HEX triplet: F5, 09 and 86. RGB value is (245,9,134). Sum of RGB (Red+Green+Blue) = 245+9+134=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F50986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50986 is #0AF679. Grayscale: #5D5D5D. Windows color (decimal): -718458 or 8784373. OLE color: 8784373.

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

Color convert

RGB 245 9 134 -
CMYK 0 0.96 0.45 0.04
HSL 328.22º 0.93% 0.5% -
HSV(B) 328.22º 0.96% 0.96% -
XYZ 42.06 21.33 24.45 -
YUV 93.81 150.69 235.84 -
System Red Green Blue C M Y K H S L
Decimal 245 9 134 0 0.96 0.45 0.04 328.22 0.93 0.5
Hex F5 9 86 0 60 2D 4 148 5D 32
Octal 365 11 206 0 140 55 4 510 135 62
Binary 11110101 1001 10000110 0 1100000 101101 100 101001000 1011101 110010

Color Harmonies of #F50986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50986

Black with #F50986

Text Example


Text Example

White with #F50986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50986; }

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

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

background-color css

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

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

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

border-color css

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

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

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