Shades of Deep Pink #FC068A
Tints of Deep Pink #FC068A
RGB
CMYK
RGB Variations
Color information
#FC068A (or 0xFC068A) is known color: Deep Pink. HEX triplet: FC, 06 and 8A. RGB value is (252,6,138). Sum of RGB (Red+Green+Blue) = 252+6+138=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC068A is #03F975. Grayscale: #5E5E5E. Windows color (decimal): -260470 or 9045756. OLE color: 9045756.
HSL color Cylindrical-coordinate representation of color #FC068A: hue angle of 327.8º 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 #FC068A is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 138 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.01 |
| HSL | 327.8º | 0.98% | 0.51% | - |
| HSV(B) | 327.8º | 0.98% | 0.99% | - |
| XYZ | 44.8 | 22.66 | 26.06 | - |
| YUV | 94.6 | 152.5 | 240.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 138 | 0 | 0.98 | 0.45 | 0.01 | 327.8 | 0.98 | 0.51 |
| Hex | FC | 6 | 8A | 0 | 62 | 2D | 1 | 148 | 62 | 33 |
| Octal | 374 | 6 | 212 | 0 | 142 | 55 | 1 | 510 | 142 | 63 |
| Binary | 11111100 | 110 | 10001010 | 0 | 1100010 | 101101 | 1 | 101001000 | 1100010 | 110011 |
Color Harmonies of #FC068A
Complementary color
Monochromatic Colors of #FC068A
Black with #FC068A
Text Example
Text Example
White with #FC068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC068A; }
p { color: rgb(252,6,138); }
H1.HeaderClassName
{
color: #FC068A;
}
.AnyTagClassName
{
color: #FC068A;
}
</style>
background-color css
<style>
a { background-color: #FC068A; }
a { background-color: rgb(252,6,138); }
div.DivClassName
{
background-color: #FC068A;
}
.BgClassName
{
background-color: #FC068A;
}
</style>
border-color css
<style>
span { border-color: #FC068A; }
span { border-color: rgb(252,6,138); }
td.TdClassName
{
border-color: #FC068A;
}
.TagClassName
{
border-color: #FC068A;
}
</style>