Shades of Deep Pink #FC007E
Tints of Deep Pink #FC007E
RGB
CMYK
RGB Variations
Color information
#FC007E (or 0xFC007E) is known color: Deep Pink. HEX triplet: FC, 00 and 7E. RGB value is (252,0,126). Sum of RGB (Red+Green+Blue) = 252+0+126=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC007E is #03FF81. Grayscale: #595959. Windows color (decimal): -262018 or 8257788. OLE color: 8257788.
HSL color Cylindrical-coordinate representation of color #FC007E: hue angle of 330º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC007E is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.5 | 0.01 |
| HSL | 330º | 1% | 0.49% | - |
| HSV(B) | 330º | 1% | 0.99% | - |
| XYZ | 43.91 | 22.2 | 21.71 | - |
| YUV | 89.71 | 148.49 | 243.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 126 | 0 | 1 | 0.5 | 0.01 | 330 | 1 | 0.49 |
| Hex | FC | 0 | 7E | 0 | 64 | 32 | 1 | 14A | 64 | 31 |
| Octal | 374 | 0 | 176 | 0 | 144 | 62 | 1 | 512 | 144 | 61 |
| Binary | 11111100 | 0 | 1111110 | 0 | 1100100 | 110010 | 1 | 101001010 | 1100100 | 110001 |
Color Harmonies of #FC007E
Complementary color
Monochromatic Colors of #FC007E
Black with #FC007E
Text Example
Text Example
White with #FC007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC007E; }
p { color: rgb(252,0,126); }
H1.HeaderClassName
{
color: #FC007E;
}
.AnyTagClassName
{
color: #FC007E;
}
</style>
background-color css
<style>
a { background-color: #FC007E; }
a { background-color: rgb(252,0,126); }
div.DivClassName
{
background-color: #FC007E;
}
.BgClassName
{
background-color: #FC007E;
}
</style>
border-color css
<style>
span { border-color: #FC007E; }
span { border-color: rgb(252,0,126); }
td.TdClassName
{
border-color: #FC007E;
}
.TagClassName
{
border-color: #FC007E;
}
</style>