Html Css Color HEX #FC2579 Deep Pink

📋 copy color: '#FC2579'

red 252 ◦ green 37 ◦ blue 121

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

Shades of Deep Pink #FC2579

Tints of Deep Pink #FC2579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.02%

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

R = 61.46%
G = 9.02%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC2579 (or 0xFC2579) is known color: Deep Pink. HEX triplet: FC, 25 and 79. RGB value is (252,37,121). Sum of RGB (Red+Green+Blue) = 252+37+121=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2579 is #03DA86. Grayscale: #6E6E6E. Windows color (decimal): -252551 or 7939580. OLE color: 7939580.

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

Color convert

RGB 252 37 121 -
CMYK 0 0.85 0.52 0.01
HSL 336.56º 0.97% 0.57% -
HSV(B) 336.56º 0.85% 0.99% -
XYZ 44.26 23.4 20.27 -
YUV 110.86 133.73 228.67 -
System Red Green Blue C M Y K H S L
Decimal 252 37 121 0 0.85 0.52 0.01 336.56 0.97 0.57
Hex FC 25 79 0 55 34 1 151 61 39
Octal 374 45 171 0 125 64 1 521 141 71
Binary 11111100 100101 1111001 0 1010101 110100 1 101010001 1100001 111001

Color Harmonies of #FC2579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2579

Black with #FC2579

Text Example


Text Example

White with #FC2579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2579; }

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

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

background-color css

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

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

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

border-color css

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

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

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