Html Css Color HEX #F50879 Deep Pink

📋 copy color: '#F50879'

red 245 ◦ green 8 ◦ blue 121

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

Shades of Deep Pink #F50879

Tints of Deep Pink #F50879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 65.51%
G = 2.14%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F50879 (or 0xF50879) is known color: Deep Pink. HEX triplet: F5, 08 and 79. RGB value is (245,8,121). Sum of RGB (Red+Green+Blue) = 245+8+121=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F50879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50879 is #0AF786. Grayscale: #5B5B5B. Windows color (decimal): -718727 or 7932149. OLE color: 7932149.

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

Color convert

RGB 245 8 121 -
CMYK 0 0.97 0.51 0.04
HSL 331.39º 0.94% 0.5% -
HSV(B) 331.39º 0.97% 0.96% -
XYZ 41.19 20.97 19.96 -
YUV 91.75 144.52 237.31 -
System Red Green Blue C M Y K H S L
Decimal 245 8 121 0 0.97 0.51 0.04 331.39 0.94 0.5
Hex F5 8 79 0 61 33 4 14B 5E 32
Octal 365 10 171 0 141 63 4 513 136 62
Binary 11110101 1000 1111001 0 1100001 110011 100 101001011 1011110 110010

Color Harmonies of #F50879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50879

Black with #F50879

Text Example


Text Example

White with #F50879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50879; }

 p { color: rgb(245,8,121); }

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

background-color css

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

 a { background-color: rgb(245,8,121); }

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

border-color css

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

 span { border-color: rgb(245,8,121); }

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