Shades of Deep Pink #FC017B
Tints of Deep Pink #FC017B
RGB
CMYK
RGB Variations
Color information
#FC017B (or 0xFC017B) is known color: Deep Pink. HEX triplet: FC, 01 and 7B. RGB value is (252,1,123). Sum of RGB (Red+Green+Blue) = 252+1+123=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC017B is #03FE84. Grayscale: #595959. Windows color (decimal): -261765 or 8061436. OLE color: 8061436.
HSL color Cylindrical-coordinate representation of color #FC017B: hue angle of 330.84º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC017B is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.01 |
| HSL | 330.84º | 0.99% | 0.5% | - |
| HSV(B) | 330.84º | 1% | 0.99% | - |
| XYZ | 43.73 | 22.15 | 20.71 | - |
| YUV | 89.96 | 146.66 | 243.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 123 | 0 | 1.00 | 0.51 | 0.01 | 330.84 | 0.99 | 0.5 |
| Hex | FC | 1 | 7B | 0 | 64 | 33 | 1 | 14B | 63 | 32 |
| Octal | 374 | 1 | 173 | 0 | 144 | 63 | 1 | 513 | 143 | 62 |
| Binary | 11111100 | 1 | 1111011 | 0 | 1100100 | 110011 | 1 | 101001011 | 1100011 | 110010 |
Color Harmonies of #FC017B
Complementary color
Monochromatic Colors of #FC017B
Black with #FC017B
Text Example
Text Example
White with #FC017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC017B; }
p { color: rgb(252,1,123); }
H1.HeaderClassName
{
color: #FC017B;
}
.AnyTagClassName
{
color: #FC017B;
}
</style>
background-color css
<style>
a { background-color: #FC017B; }
a { background-color: rgb(252,1,123); }
div.DivClassName
{
background-color: #FC017B;
}
.BgClassName
{
background-color: #FC017B;
}
</style>
border-color css
<style>
span { border-color: #FC017B; }
span { border-color: rgb(252,1,123); }
td.TdClassName
{
border-color: #FC017B;
}
.TagClassName
{
border-color: #FC017B;
}
</style>