Html Css Color HEX #FC2582 Deep Pink

📋 copy color: '#FC2582'

red 252 ◦ green 37 ◦ blue 130

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

Shades of Deep Pink #FC2582

Tints of Deep Pink #FC2582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 60.14%
G = 8.83%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC2582 (or 0xFC2582) is known color: Deep Pink. HEX triplet: FC, 25 and 82. RGB value is (252,37,130). Sum of RGB (Red+Green+Blue) = 252+37+130=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2582 is #03DA7D. Grayscale: #6F6F6F. Windows color (decimal): -252542 or 8529404. OLE color: 8529404.

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

Color convert

RGB 252 37 130 -
CMYK 0 0.85 0.48 0.01
HSL 334.05º 0.97% 0.57% -
HSV(B) 334.05º 0.85% 0.99% -
XYZ 44.84 23.63 23.32 -
YUV 111.89 138.23 227.94 -
System Red Green Blue C M Y K H S L
Decimal 252 37 130 0 0.85 0.48 0.01 334.05 0.97 0.57
Hex FC 25 82 0 55 30 1 14E 61 39
Octal 374 45 202 0 125 60 1 516 141 71
Binary 11111100 100101 10000010 0 1010101 110000 1 101001110 1100001 111001

Color Harmonies of #FC2582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2582

Black with #FC2582

Text Example


Text Example

White with #FC2582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2582; }

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

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

background-color css

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

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

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

border-color css

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

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

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