Shades of Deep Pink #FC0083
Tints of Deep Pink #FC0083
RGB
CMYK
RGB Variations
Color information
#FC0083 (or 0xFC0083) is known color: Deep Pink. HEX triplet: FC, 00 and 83. RGB value is (252,0,131). Sum of RGB (Red+Green+Blue) = 252+0+131=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0083 is #03FF7C. Grayscale: #5A5A5A. Windows color (decimal): -262013 or 8585468. OLE color: 8585468.
HSL color Cylindrical-coordinate representation of color #FC0083: hue angle of 328.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0083 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.48 | 0.01 |
| HSL | 328.81º | 1% | 0.49% | - |
| HSV(B) | 328.81º | 1% | 0.99% | - |
| XYZ | 44.24 | 22.33 | 23.45 | - |
| YUV | 90.28 | 150.99 | 243.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 131 | 0 | 1 | 0.48 | 0.01 | 328.81 | 1 | 0.49 |
| Hex | FC | 0 | 83 | 0 | 64 | 30 | 1 | 149 | 64 | 31 |
| Octal | 374 | 0 | 203 | 0 | 144 | 60 | 1 | 511 | 144 | 61 |
| Binary | 11111100 | 0 | 10000011 | 0 | 1100100 | 110000 | 1 | 101001001 | 1100100 | 110001 |
Color Harmonies of #FC0083
Complementary color
Monochromatic Colors of #FC0083
Black with #FC0083
Text Example
Text Example
White with #FC0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0083; }
p { color: rgb(252,0,131); }
H1.HeaderClassName
{
color: #FC0083;
}
.AnyTagClassName
{
color: #FC0083;
}
</style>
background-color css
<style>
a { background-color: #FC0083; }
a { background-color: rgb(252,0,131); }
div.DivClassName
{
background-color: #FC0083;
}
.BgClassName
{
background-color: #FC0083;
}
</style>
border-color css
<style>
span { border-color: #FC0083; }
span { border-color: rgb(252,0,131); }
td.TdClassName
{
border-color: #FC0083;
}
.TagClassName
{
border-color: #FC0083;
}
</style>