Shades of Deep Pink #FC067E
Tints of Deep Pink #FC067E
RGB
CMYK
RGB Variations
Color information
#FC067E (or 0xFC067E) is known color: Deep Pink. HEX triplet: FC, 06 and 7E. RGB value is (252,6,126). Sum of RGB (Red+Green+Blue) = 252+6+126=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC067E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC067E is #03F981. Grayscale: #5D5D5D. Windows color (decimal): -260482 or 8259324. OLE color: 8259324.
HSL color Cylindrical-coordinate representation of color #FC067E: hue angle of 330.73º 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 #FC067E is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 126 | - |
| CMYK | 0 | 0.98 | 0.5 | 0.01 |
| HSL | 330.73º | 0.98% | 0.51% | - |
| HSV(B) | 330.73º | 0.98% | 0.99% | - |
| XYZ | 43.98 | 22.33 | 21.73 | - |
| YUV | 93.23 | 146.5 | 241.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 126 | 0 | 0.98 | 0.5 | 0.01 | 330.73 | 0.98 | 0.51 |
| Hex | FC | 6 | 7E | 0 | 62 | 32 | 1 | 14B | 62 | 33 |
| Octal | 374 | 6 | 176 | 0 | 142 | 62 | 1 | 513 | 142 | 63 |
| Binary | 11111100 | 110 | 1111110 | 0 | 1100010 | 110010 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FC067E
Complementary color
Monochromatic Colors of #FC067E
Black with #FC067E
Text Example
Text Example
White with #FC067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC067E; }
p { color: rgb(252,6,126); }
H1.HeaderClassName
{
color: #FC067E;
}
.AnyTagClassName
{
color: #FC067E;
}
</style>
background-color css
<style>
a { background-color: #FC067E; }
a { background-color: rgb(252,6,126); }
div.DivClassName
{
background-color: #FC067E;
}
.BgClassName
{
background-color: #FC067E;
}
</style>
border-color css
<style>
span { border-color: #FC067E; }
span { border-color: rgb(252,6,126); }
td.TdClassName
{
border-color: #FC067E;
}
.TagClassName
{
border-color: #FC067E;
}
</style>