Shades of Deep Pink #FC068D
Tints of Deep Pink #FC068D
RGB
CMYK
RGB Variations
Color information
#FC068D (or 0xFC068D) is known color: Deep Pink. HEX triplet: FC, 06 and 8D. RGB value is (252,6,141). Sum of RGB (Red+Green+Blue) = 252+6+141=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC068D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC068D is #03F972. Grayscale: #5E5E5E. Windows color (decimal): -260467 or 9242364. OLE color: 9242364.
HSL color Cylindrical-coordinate representation of color #FC068D: hue angle of 327.07º 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 #FC068D is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 141 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.01 |
| HSL | 327.07º | 0.98% | 0.51% | - |
| HSV(B) | 327.07º | 0.98% | 0.99% | - |
| XYZ | 45.02 | 22.75 | 27.22 | - |
| YUV | 94.94 | 154 | 240.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 141 | 0 | 0.98 | 0.44 | 0.01 | 327.07 | 0.98 | 0.51 |
| Hex | FC | 6 | 8D | 0 | 62 | 2C | 1 | 147 | 62 | 33 |
| Octal | 374 | 6 | 215 | 0 | 142 | 54 | 1 | 507 | 142 | 63 |
| Binary | 11111100 | 110 | 10001101 | 0 | 1100010 | 101100 | 1 | 101000111 | 1100010 | 110011 |
Color Harmonies of #FC068D
Complementary color
Monochromatic Colors of #FC068D
Black with #FC068D
Text Example
Text Example
White with #FC068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC068D; }
p { color: rgb(252,6,141); }
H1.HeaderClassName
{
color: #FC068D;
}
.AnyTagClassName
{
color: #FC068D;
}
</style>
background-color css
<style>
a { background-color: #FC068D; }
a { background-color: rgb(252,6,141); }
div.DivClassName
{
background-color: #FC068D;
}
.BgClassName
{
background-color: #FC068D;
}
</style>
border-color css
<style>
span { border-color: #FC068D; }
span { border-color: rgb(252,6,141); }
td.TdClassName
{
border-color: #FC068D;
}
.TagClassName
{
border-color: #FC068D;
}
</style>