Shades of Deep Pink #FC2481
Tints of Deep Pink #FC2481
RGB
CMYK
RGB Variations
Color information
#FC2481 (or 0xFC2481) is known color: Deep Pink. HEX triplet: FC, 24 and 81. RGB value is (252,36,129). Sum of RGB (Red+Green+Blue) = 252+36+129=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2481 is #03DB7E. Grayscale: #6F6F6F. Windows color (decimal): -252799 or 8463612. OLE color: 8463612.
HSL color Cylindrical-coordinate representation of color #FC2481: hue angle of 334.17º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2481 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 129 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.01 |
| HSL | 334.17º | 0.97% | 0.56% | - |
| HSV(B) | 334.17º | 0.86% | 0.99% | - |
| XYZ | 44.74 | 23.54 | 22.96 | - |
| YUV | 111.19 | 138.06 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 129 | 0 | 0.86 | 0.49 | 0.01 | 334.17 | 0.97 | 0.56 |
| Hex | FC | 24 | 81 | 0 | 56 | 31 | 1 | 14E | 61 | 38 |
| Octal | 374 | 44 | 201 | 0 | 126 | 61 | 1 | 516 | 141 | 70 |
| Binary | 11111100 | 100100 | 10000001 | 0 | 1010110 | 110001 | 1 | 101001110 | 1100001 | 111000 |
Color Harmonies of #FC2481
Complementary color
Monochromatic Colors of #FC2481
Black with #FC2481
Text Example
Text Example
White with #FC2481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2481; }
p { color: rgb(252,36,129); }
H1.HeaderClassName
{
color: #FC2481;
}
.AnyTagClassName
{
color: #FC2481;
}
</style>
background-color css
<style>
a { background-color: #FC2481; }
a { background-color: rgb(252,36,129); }
div.DivClassName
{
background-color: #FC2481;
}
.BgClassName
{
background-color: #FC2481;
}
</style>
border-color css
<style>
span { border-color: #FC2481; }
span { border-color: rgb(252,36,129); }
td.TdClassName
{
border-color: #FC2481;
}
.TagClassName
{
border-color: #FC2481;
}
</style>