Shades of Deep Pink #FC0281
Tints of Deep Pink #FC0281
RGB
CMYK
RGB Variations
Color information
#FC0281 (or 0xFC0281) is known color: Deep Pink. HEX triplet: FC, 02 and 81. RGB value is (252,2,129). Sum of RGB (Red+Green+Blue) = 252+2+129=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0281 is #03FD7E. Grayscale: #5A5A5A. Windows color (decimal): -261503 or 8454908. OLE color: 8454908.
HSL color Cylindrical-coordinate representation of color #FC0281: hue angle of 329.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0281 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.01 |
| HSL | 329.52º | 0.98% | 0.5% | - |
| HSV(B) | 329.52º | 0.99% | 0.99% | - |
| XYZ | 44.13 | 22.32 | 22.75 | - |
| YUV | 91.23 | 149.33 | 242.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 129 | 0 | 0.99 | 0.49 | 0.01 | 329.52 | 0.98 | 0.5 |
| Hex | FC | 2 | 81 | 0 | 63 | 31 | 1 | 14A | 62 | 32 |
| Octal | 374 | 2 | 201 | 0 | 143 | 61 | 1 | 512 | 142 | 62 |
| Binary | 11111100 | 10 | 10000001 | 0 | 1100011 | 110001 | 1 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FC0281
Complementary color
Monochromatic Colors of #FC0281
Black with #FC0281
Text Example
Text Example
White with #FC0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0281; }
p { color: rgb(252,2,129); }
H1.HeaderClassName
{
color: #FC0281;
}
.AnyTagClassName
{
color: #FC0281;
}
</style>
background-color css
<style>
a { background-color: #FC0281; }
a { background-color: rgb(252,2,129); }
div.DivClassName
{
background-color: #FC0281;
}
.BgClassName
{
background-color: #FC0281;
}
</style>
border-color css
<style>
span { border-color: #FC0281; }
span { border-color: rgb(252,2,129); }
td.TdClassName
{
border-color: #FC0281;
}
.TagClassName
{
border-color: #FC0281;
}
</style>