Shades of Deep Pink #FC068F
Tints of Deep Pink #FC068F
RGB
CMYK
RGB Variations
Color information
#FC068F (or 0xFC068F) is known color: Deep Pink. HEX triplet: FC, 06 and 8F. RGB value is (252,6,143). Sum of RGB (Red+Green+Blue) = 252+6+143=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC068F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC068F is #03F970. Grayscale: #5E5E5E. Windows color (decimal): -260465 or 9373436. OLE color: 9373436.
HSL color Cylindrical-coordinate representation of color #FC068F: hue angle of 326.59º 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 #FC068F is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 143 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.01 |
| HSL | 326.59º | 0.98% | 0.51% | - |
| HSV(B) | 326.59º | 0.98% | 0.99% | - |
| XYZ | 45.17 | 22.81 | 28.01 | - |
| YUV | 95.17 | 155 | 239.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 143 | 0 | 0.98 | 0.43 | 0.01 | 326.59 | 0.98 | 0.51 |
| Hex | FC | 6 | 8F | 0 | 62 | 2B | 1 | 147 | 62 | 33 |
| Octal | 374 | 6 | 217 | 0 | 142 | 53 | 1 | 507 | 142 | 63 |
| Binary | 11111100 | 110 | 10001111 | 0 | 1100010 | 101011 | 1 | 101000111 | 1100010 | 110011 |
Color Harmonies of #FC068F
Complementary color
Monochromatic Colors of #FC068F
Black with #FC068F
Text Example
Text Example
White with #FC068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC068F; }
p { color: rgb(252,6,143); }
H1.HeaderClassName
{
color: #FC068F;
}
.AnyTagClassName
{
color: #FC068F;
}
</style>
background-color css
<style>
a { background-color: #FC068F; }
a { background-color: rgb(252,6,143); }
div.DivClassName
{
background-color: #FC068F;
}
.BgClassName
{
background-color: #FC068F;
}
</style>
border-color css
<style>
span { border-color: #FC068F; }
span { border-color: rgb(252,6,143); }
td.TdClassName
{
border-color: #FC068F;
}
.TagClassName
{
border-color: #FC068F;
}
</style>