Html Css Color HEX #FC2580 Deep Pink

📋 copy color: '#FC2580'

red 252 ◦ green 37 ◦ blue 128

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

Shades of Deep Pink #FC2580

Tints of Deep Pink #FC2580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.7%

R = 60.43%
G = 8.87%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC2580 (or 0xFC2580) is known color: Deep Pink. HEX triplet: FC, 25 and 80. RGB value is (252,37,128). Sum of RGB (Red+Green+Blue) = 252+37+128=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2580 is #03DA7F. Grayscale: #6F6F6F. Windows color (decimal): -252544 or 8398332. OLE color: 8398332.

HSL color Cylindrical-coordinate representation of color #FC2580: hue angle of 334.6º 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 #FC2580 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 37 128 -
CMYK 0 0.85 0.49 0.01
HSL 334.6º 0.97% 0.57% -
HSV(B) 334.6º 0.85% 0.99% -
XYZ 44.7 23.58 22.62 -
YUV 111.66 137.23 228.1 -
System Red Green Blue C M Y K H S L
Decimal 252 37 128 0 0.85 0.49 0.01 334.6 0.97 0.57
Hex FC 25 80 0 55 31 1 14F 61 39
Octal 374 45 200 0 125 61 1 517 141 71
Binary 11111100 100101 10000000 0 1010101 110001 1 101001111 1100001 111001

Color Harmonies of #FC2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2580

Black with #FC2580

Text Example


Text Example

White with #FC2580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2580; }

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

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

background-color css

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

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

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

border-color css

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

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

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