Html Css Color HEX #F50477 Deep Pink

📋 copy color: '#F50477'

red 245 ◦ green 4 ◦ blue 119

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

Shades of Deep Pink #F50477

Tints of Deep Pink #F50477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

 BLUE value IS 119 (46.88% from 255) = 32.34%

R = 66.58%
G = 1.09%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F50477 (or 0xF50477) is known color: Deep Pink. HEX triplet: F5, 04 and 77. RGB value is (245,4,119). Sum of RGB (Red+Green+Blue) = 245+4+119=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F50477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50477 is #0AFB88. Grayscale: #585858. Windows color (decimal): -719753 or 7800053. OLE color: 7800053.

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

Color convert

RGB 245 4 119 -
CMYK 0 0.98 0.51 0.04
HSL 331.37º 0.97% 0.49% -
HSV(B) 331.37º 0.98% 0.96% -
XYZ 41.03 20.83 19.31 -
YUV 89.17 144.84 239.15 -
System Red Green Blue C M Y K H S L
Decimal 245 4 119 0 0.98 0.51 0.04 331.37 0.97 0.49
Hex F5 4 77 0 62 33 4 14B 61 31
Octal 365 4 167 0 142 63 4 513 141 61
Binary 11110101 100 1110111 0 1100010 110011 100 101001011 1100001 110001

Color Harmonies of #F50477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50477

Black with #F50477

Text Example


Text Example

White with #F50477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50477; }

 p { color: rgb(245,4,119); }

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

background-color css

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

 a { background-color: rgb(245,4,119); }

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

border-color css

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

 span { border-color: rgb(245,4,119); }

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