Shades of Deep Pink #FC0685
Tints of Deep Pink #FC0685
RGB
CMYK
RGB Variations
Color information
#FC0685 (or 0xFC0685) is known color: Deep Pink. HEX triplet: FC, 06 and 85. RGB value is (252,6,133). Sum of RGB (Red+Green+Blue) = 252+6+133=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0685 is #03F97A. Grayscale: #5D5D5D. Windows color (decimal): -260475 or 8718076. OLE color: 8718076.
HSL color Cylindrical-coordinate representation of color #FC0685: hue angle of 329.02º 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 #FC0685 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 133 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.01 |
| HSL | 329.02º | 0.98% | 0.51% | - |
| HSV(B) | 329.02º | 0.98% | 0.99% | - |
| XYZ | 44.44 | 22.52 | 24.19 | - |
| YUV | 94.03 | 150 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 133 | 0 | 0.98 | 0.47 | 0.01 | 329.02 | 0.98 | 0.51 |
| Hex | FC | 6 | 85 | 0 | 62 | 2F | 1 | 149 | 62 | 33 |
| Octal | 374 | 6 | 205 | 0 | 142 | 57 | 1 | 511 | 142 | 63 |
| Binary | 11111100 | 110 | 10000101 | 0 | 1100010 | 101111 | 1 | 101001001 | 1100010 | 110011 |
Color Harmonies of #FC0685
Complementary color
Monochromatic Colors of #FC0685
Black with #FC0685
Text Example
Text Example
White with #FC0685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0685; }
p { color: rgb(252,6,133); }
H1.HeaderClassName
{
color: #FC0685;
}
.AnyTagClassName
{
color: #FC0685;
}
</style>
background-color css
<style>
a { background-color: #FC0685; }
a { background-color: rgb(252,6,133); }
div.DivClassName
{
background-color: #FC0685;
}
.BgClassName
{
background-color: #FC0685;
}
</style>
border-color css
<style>
span { border-color: #FC0685; }
span { border-color: rgb(252,6,133); }
td.TdClassName
{
border-color: #FC0685;
}
.TagClassName
{
border-color: #FC0685;
}
</style>