Shades of Deep Pink #FC068B
Tints of Deep Pink #FC068B
RGB
CMYK
RGB Variations
Color information
#FC068B (or 0xFC068B) is known color: Deep Pink. HEX triplet: FC, 06 and 8B. RGB value is (252,6,139). Sum of RGB (Red+Green+Blue) = 252+6+139=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC068B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC068B is #03F974. Grayscale: #5E5E5E. Windows color (decimal): -260469 or 9111292. OLE color: 9111292.
HSL color Cylindrical-coordinate representation of color #FC068B: hue angle of 327.56º 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 #FC068B is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 139 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.01 |
| HSL | 327.56º | 0.98% | 0.51% | - |
| HSV(B) | 327.56º | 0.98% | 0.99% | - |
| XYZ | 44.87 | 22.69 | 26.44 | - |
| YUV | 94.72 | 153 | 240.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 139 | 0 | 0.98 | 0.45 | 0.01 | 327.56 | 0.98 | 0.51 |
| Hex | FC | 6 | 8B | 0 | 62 | 2D | 1 | 148 | 62 | 33 |
| Octal | 374 | 6 | 213 | 0 | 142 | 55 | 1 | 510 | 142 | 63 |
| Binary | 11111100 | 110 | 10001011 | 0 | 1100010 | 101101 | 1 | 101001000 | 1100010 | 110011 |
Color Harmonies of #FC068B
Complementary color
Monochromatic Colors of #FC068B
Black with #FC068B
Text Example
Text Example
White with #FC068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC068B; }
p { color: rgb(252,6,139); }
H1.HeaderClassName
{
color: #FC068B;
}
.AnyTagClassName
{
color: #FC068B;
}
</style>
background-color css
<style>
a { background-color: #FC068B; }
a { background-color: rgb(252,6,139); }
div.DivClassName
{
background-color: #FC068B;
}
.BgClassName
{
background-color: #FC068B;
}
</style>
border-color css
<style>
span { border-color: #FC068B; }
span { border-color: rgb(252,6,139); }
td.TdClassName
{
border-color: #FC068B;
}
.TagClassName
{
border-color: #FC068B;
}
</style>