Shades of Deep Pink #FC0683
Tints of Deep Pink #FC0683
RGB
CMYK
RGB Variations
Color information
#FC0683 (or 0xFC0683) is known color: Deep Pink. HEX triplet: FC, 06 and 83. RGB value is (252,6,131). Sum of RGB (Red+Green+Blue) = 252+6+131=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0683 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0683 is #03F97C. Grayscale: #5D5D5D. Windows color (decimal): -260477 or 8587004. OLE color: 8587004.
HSL color Cylindrical-coordinate representation of color #FC0683: hue angle of 329.51º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0683 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 131 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.01 |
| HSL | 329.51º | 0.98% | 0.51% | - |
| HSV(B) | 329.51º | 0.98% | 0.99% | - |
| XYZ | 44.31 | 22.46 | 23.47 | - |
| YUV | 93.8 | 149 | 240.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 131 | 0 | 0.98 | 0.48 | 0.01 | 329.51 | 0.98 | 0.51 |
| Hex | FC | 6 | 83 | 0 | 62 | 30 | 1 | 14A | 62 | 33 |
| Octal | 374 | 6 | 203 | 0 | 142 | 60 | 1 | 512 | 142 | 63 |
| Binary | 11111100 | 110 | 10000011 | 0 | 1100010 | 110000 | 1 | 101001010 | 1100010 | 110011 |
Color Harmonies of #FC0683
Complementary color
Monochromatic Colors of #FC0683
Black with #FC0683
Text Example
Text Example
White with #FC0683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0683; }
p { color: rgb(252,6,131); }
H1.HeaderClassName
{
color: #FC0683;
}
.AnyTagClassName
{
color: #FC0683;
}
</style>
background-color css
<style>
a { background-color: #FC0683; }
a { background-color: rgb(252,6,131); }
div.DivClassName
{
background-color: #FC0683;
}
.BgClassName
{
background-color: #FC0683;
}
</style>
border-color css
<style>
span { border-color: #FC0683; }
span { border-color: rgb(252,6,131); }
td.TdClassName
{
border-color: #FC0683;
}
.TagClassName
{
border-color: #FC0683;
}
</style>