Shades of Deep Pink #FC067F
Tints of Deep Pink #FC067F
RGB
CMYK
RGB Variations
Color information
#FC067F (or 0xFC067F) is known color: Deep Pink. HEX triplet: FC, 06 and 7F. RGB value is (252,6,127). Sum of RGB (Red+Green+Blue) = 252+6+127=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC067F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC067F is #03F980. Grayscale: #5D5D5D. Windows color (decimal): -260481 or 8324860. OLE color: 8324860.
HSL color Cylindrical-coordinate representation of color #FC067F: hue angle of 330.49º 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 #FC067F is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 127 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.01 |
| HSL | 330.49º | 0.98% | 0.51% | - |
| HSV(B) | 330.49º | 0.98% | 0.99% | - |
| XYZ | 44.04 | 22.36 | 22.07 | - |
| YUV | 93.35 | 147 | 241.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 127 | 0 | 0.98 | 0.50 | 0.01 | 330.49 | 0.98 | 0.51 |
| Hex | FC | 6 | 7F | 0 | 62 | 32 | 1 | 14A | 62 | 33 |
| Octal | 374 | 6 | 177 | 0 | 142 | 62 | 1 | 512 | 142 | 63 |
| Binary | 11111100 | 110 | 1111111 | 0 | 1100010 | 110010 | 1 | 101001010 | 1100010 | 110011 |
Color Harmonies of #FC067F
Complementary color
Monochromatic Colors of #FC067F
Black with #FC067F
Text Example
Text Example
White with #FC067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC067F; }
p { color: rgb(252,6,127); }
H1.HeaderClassName
{
color: #FC067F;
}
.AnyTagClassName
{
color: #FC067F;
}
</style>
background-color css
<style>
a { background-color: #FC067F; }
a { background-color: rgb(252,6,127); }
div.DivClassName
{
background-color: #FC067F;
}
.BgClassName
{
background-color: #FC067F;
}
</style>
border-color css
<style>
span { border-color: #FC067F; }
span { border-color: rgb(252,6,127); }
td.TdClassName
{
border-color: #FC067F;
}
.TagClassName
{
border-color: #FC067F;
}
</style>