Shades of Deep Pink #FC2483
Tints of Deep Pink #FC2483
RGB
CMYK
RGB Variations
Color information
#FC2483 (or 0xFC2483) is known color: Deep Pink. HEX triplet: FC, 24 and 83. RGB value is (252,36,131). Sum of RGB (Red+Green+Blue) = 252+36+131=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2483 is #03DB7C. Grayscale: #6F6F6F. Windows color (decimal): -252797 or 8594684. OLE color: 8594684.
HSL color Cylindrical-coordinate representation of color #FC2483: hue angle of 333.61º 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 #FC2483 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 131 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.01 |
| HSL | 333.61º | 0.97% | 0.56% | - |
| HSV(B) | 333.61º | 0.86% | 0.99% | - |
| XYZ | 44.87 | 23.6 | 23.66 | - |
| YUV | 111.41 | 139.06 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 131 | 0 | 0.86 | 0.48 | 0.01 | 333.61 | 0.97 | 0.56 |
| Hex | FC | 24 | 83 | 0 | 56 | 30 | 1 | 14E | 61 | 38 |
| Octal | 374 | 44 | 203 | 0 | 126 | 60 | 1 | 516 | 141 | 70 |
| Binary | 11111100 | 100100 | 10000011 | 0 | 1010110 | 110000 | 1 | 101001110 | 1100001 | 111000 |
Color Harmonies of #FC2483
Complementary color
Monochromatic Colors of #FC2483
Black with #FC2483
Text Example
Text Example
White with #FC2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2483; }
p { color: rgb(252,36,131); }
H1.HeaderClassName
{
color: #FC2483;
}
.AnyTagClassName
{
color: #FC2483;
}
</style>
background-color css
<style>
a { background-color: #FC2483; }
a { background-color: rgb(252,36,131); }
div.DivClassName
{
background-color: #FC2483;
}
.BgClassName
{
background-color: #FC2483;
}
</style>
border-color css
<style>
span { border-color: #FC2483; }
span { border-color: rgb(252,36,131); }
td.TdClassName
{
border-color: #FC2483;
}
.TagClassName
{
border-color: #FC2483;
}
</style>