Shades of Deep Pink #FC067C
Tints of Deep Pink #FC067C
RGB
CMYK
RGB Variations
Color information
#FC067C (or 0xFC067C) is known color: Deep Pink. HEX triplet: FC, 06 and 7C. RGB value is (252,6,124). Sum of RGB (Red+Green+Blue) = 252+6+124=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC067C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC067C is #03F983. Grayscale: #5C5C5C. Windows color (decimal): -260484 or 8128252. OLE color: 8128252.
HSL color Cylindrical-coordinate representation of color #FC067C: hue angle of 331.22º 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 #FC067C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 124 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.01 |
| HSL | 331.22º | 0.98% | 0.51% | - |
| HSV(B) | 331.22º | 0.98% | 0.99% | - |
| XYZ | 43.85 | 22.28 | 21.06 | - |
| YUV | 93.01 | 145.5 | 241.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 124 | 0 | 0.98 | 0.51 | 0.01 | 331.22 | 0.98 | 0.51 |
| Hex | FC | 6 | 7C | 0 | 62 | 33 | 1 | 14B | 62 | 33 |
| Octal | 374 | 6 | 174 | 0 | 142 | 63 | 1 | 513 | 142 | 63 |
| Binary | 11111100 | 110 | 1111100 | 0 | 1100010 | 110011 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FC067C
Complementary color
Monochromatic Colors of #FC067C
Black with #FC067C
Text Example
Text Example
White with #FC067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC067C; }
p { color: rgb(252,6,124); }
H1.HeaderClassName
{
color: #FC067C;
}
.AnyTagClassName
{
color: #FC067C;
}
</style>
background-color css
<style>
a { background-color: #FC067C; }
a { background-color: rgb(252,6,124); }
div.DivClassName
{
background-color: #FC067C;
}
.BgClassName
{
background-color: #FC067C;
}
</style>
border-color css
<style>
span { border-color: #FC067C; }
span { border-color: rgb(252,6,124); }
td.TdClassName
{
border-color: #FC067C;
}
.TagClassName
{
border-color: #FC067C;
}
</style>