Shades of Deep Pink #FC068E
Tints of Deep Pink #FC068E
RGB
CMYK
RGB Variations
Color information
#FC068E (or 0xFC068E) is known color: Deep Pink. HEX triplet: FC, 06 and 8E. RGB value is (252,6,142). Sum of RGB (Red+Green+Blue) = 252+6+142=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC068E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC068E is #03F971. Grayscale: #5E5E5E. Windows color (decimal): -260466 or 9307900. OLE color: 9307900.
HSL color Cylindrical-coordinate representation of color #FC068E: hue angle of 326.83º 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 #FC068E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 142 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.01 |
| HSL | 326.83º | 0.98% | 0.51% | - |
| HSV(B) | 326.83º | 0.98% | 0.99% | - |
| XYZ | 45.09 | 22.78 | 27.61 | - |
| YUV | 95.06 | 154.5 | 239.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 142 | 0 | 0.98 | 0.44 | 0.01 | 326.83 | 0.98 | 0.51 |
| Hex | FC | 6 | 8E | 0 | 62 | 2C | 1 | 147 | 62 | 33 |
| Octal | 374 | 6 | 216 | 0 | 142 | 54 | 1 | 507 | 142 | 63 |
| Binary | 11111100 | 110 | 10001110 | 0 | 1100010 | 101100 | 1 | 101000111 | 1100010 | 110011 |
Color Harmonies of #FC068E
Complementary color
Monochromatic Colors of #FC068E
Black with #FC068E
Text Example
Text Example
White with #FC068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC068E; }
p { color: rgb(252,6,142); }
H1.HeaderClassName
{
color: #FC068E;
}
.AnyTagClassName
{
color: #FC068E;
}
</style>
background-color css
<style>
a { background-color: #FC068E; }
a { background-color: rgb(252,6,142); }
div.DivClassName
{
background-color: #FC068E;
}
.BgClassName
{
background-color: #FC068E;
}
</style>
border-color css
<style>
span { border-color: #FC068E; }
span { border-color: rgb(252,6,142); }
td.TdClassName
{
border-color: #FC068E;
}
.TagClassName
{
border-color: #FC068E;
}
</style>