Shades of Deep Pink #FC117B
Tints of Deep Pink #FC117B
RGB
CMYK
RGB Variations
Color information
#FC117B (or 0xFC117B) is known color: Deep Pink. HEX triplet: FC, 11 and 7B. RGB value is (252,17,123). Sum of RGB (Red+Green+Blue) = 252+17+123=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC117B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC117B is #03EE84. Grayscale: #636363. Windows color (decimal): -257669 or 8065532. OLE color: 8065532.
HSL color Cylindrical-coordinate representation of color #FC117B: hue angle of 332.94º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC117B is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 123 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.01 |
| HSL | 332.94º | 0.98% | 0.53% | - |
| HSV(B) | 332.94º | 0.93% | 0.99% | - |
| XYZ | 43.92 | 22.53 | 20.77 | - |
| YUV | 99.35 | 141.36 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 123 | 0 | 0.93 | 0.51 | 0.01 | 332.94 | 0.98 | 0.53 |
| Hex | FC | 11 | 7B | 0 | 5D | 33 | 1 | 14D | 62 | 35 |
| Octal | 374 | 21 | 173 | 0 | 135 | 63 | 1 | 515 | 142 | 65 |
| Binary | 11111100 | 10001 | 1111011 | 0 | 1011101 | 110011 | 1 | 101001101 | 1100010 | 110101 |
Color Harmonies of #FC117B
Complementary color
Monochromatic Colors of #FC117B
Black with #FC117B
Text Example
Text Example
White with #FC117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC117B; }
p { color: rgb(252,17,123); }
H1.HeaderClassName
{
color: #FC117B;
}
.AnyTagClassName
{
color: #FC117B;
}
</style>
background-color css
<style>
a { background-color: #FC117B; }
a { background-color: rgb(252,17,123); }
div.DivClassName
{
background-color: #FC117B;
}
.BgClassName
{
background-color: #FC117B;
}
</style>
border-color css
<style>
span { border-color: #FC117B; }
span { border-color: rgb(252,17,123); }
td.TdClassName
{
border-color: #FC117B;
}
.TagClassName
{
border-color: #FC117B;
}
</style>