Html Css Color HEX #F50478 Deep Pink

📋 copy color: '#F50478'

red 245 ◦ green 4 ◦ blue 120

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

Shades of Deep Pink #F50478

Tints of Deep Pink #F50478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.52%

R = 66.4%
G = 1.08%
B = 32.52%

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

#F50478 (or 0xF50478) is known color: Deep Pink. HEX triplet: F5, 04 and 78. RGB value is (245,4,120). Sum of RGB (Red+Green+Blue) = 245+4+120=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F50478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50478 is #0AFB87. Grayscale: #595959. Windows color (decimal): -719752 or 7865589. OLE color: 7865589.

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

Color convert

RGB 245 4 120 -
CMYK 0 0.98 0.51 0.04
HSL 331.12º 0.97% 0.49% -
HSV(B) 331.12º 0.98% 0.96% -
XYZ 41.09 20.86 19.63 -
YUV 89.28 145.34 239.07 -
System Red Green Blue C M Y K H S L
Decimal 245 4 120 0 0.98 0.51 0.04 331.12 0.97 0.49
Hex F5 4 78 0 62 33 4 14B 61 31
Octal 365 4 170 0 142 63 4 513 141 61
Binary 11110101 100 1111000 0 1100010 110011 100 101001011 1100001 110001

Color Harmonies of #F50478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50478

Black with #F50478

Text Example


Text Example

White with #F50478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50478; }

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

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

background-color css

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

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

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

border-color css

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

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

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