Html Css Color HEX #FC0579 Deep Pink

📋 copy color: '#FC0579'

red 252 ◦ green 5 ◦ blue 121

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

Shades of Deep Pink #FC0579

Tints of Deep Pink #FC0579

RGB

 RED value IS 252 (98.83% from 255) = 66.67%

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

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

R = 66.67%
G = 1.32%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC0579 (or 0xFC0579) is known color: Deep Pink. HEX triplet: FC, 05 and 79. RGB value is (252,5,121). Sum of RGB (Red+Green+Blue) = 252+5+121=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0579 is #03FA86. Grayscale: #5B5B5B. Windows color (decimal): -260743 or 7931388. OLE color: 7931388.

HSL color Cylindrical-coordinate representation of color #FC0579: hue angle of 331.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0579 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 5 121 -
CMYK 0 0.98 0.52 0.01
HSL 331.82º 0.98% 0.5% -
HSV(B) 331.82º 0.98% 0.99% -
XYZ 43.65 22.18 20.07 -
YUV 92.08 144.33 242.07 -
System Red Green Blue C M Y K H S L
Decimal 252 5 121 0 0.98 0.52 0.01 331.82 0.98 0.5
Hex FC 5 79 0 62 34 1 14C 62 32
Octal 374 5 171 0 142 64 1 514 142 62
Binary 11111100 101 1111001 0 1100010 110100 1 101001100 1100010 110010

Color Harmonies of #FC0579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0579

Black with #FC0579

Text Example


Text Example

White with #FC0579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0579; }

 p { color: rgb(252,5,121); }

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

background-color css

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

 a { background-color: rgb(252,5,121); }

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

border-color css

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

 span { border-color: rgb(252,5,121); }

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