Shades of Deep Pink #FC107B
Tints of Deep Pink #FC107B
RGB
CMYK
RGB Variations
Color information
#FC107B (or 0xFC107B) is known color: Deep Pink. HEX triplet: FC, 10 and 7B. RGB value is (252,16,123). Sum of RGB (Red+Green+Blue) = 252+16+123=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC107B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC107B is #03EF84. Grayscale: #626262. Windows color (decimal): -257925 or 8065276. OLE color: 8065276.
HSL color Cylindrical-coordinate representation of color #FC107B: hue angle of 332.8º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC107B is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 123 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.01 |
| HSL | 332.8º | 0.98% | 0.53% | - |
| HSV(B) | 332.8º | 0.94% | 0.99% | - |
| XYZ | 43.91 | 22.5 | 20.77 | - |
| YUV | 98.76 | 141.69 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 123 | 0 | 0.94 | 0.51 | 0.01 | 332.8 | 0.98 | 0.53 |
| Hex | FC | 10 | 7B | 0 | 5E | 33 | 1 | 14D | 62 | 35 |
| Octal | 374 | 20 | 173 | 0 | 136 | 63 | 1 | 515 | 142 | 65 |
| Binary | 11111100 | 10000 | 1111011 | 0 | 1011110 | 110011 | 1 | 101001101 | 1100010 | 110101 |
Color Harmonies of #FC107B
Complementary color
Monochromatic Colors of #FC107B
Black with #FC107B
Text Example
Text Example
White with #FC107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC107B; }
p { color: rgb(252,16,123); }
H1.HeaderClassName
{
color: #FC107B;
}
.AnyTagClassName
{
color: #FC107B;
}
</style>
background-color css
<style>
a { background-color: #FC107B; }
a { background-color: rgb(252,16,123); }
div.DivClassName
{
background-color: #FC107B;
}
.BgClassName
{
background-color: #FC107B;
}
</style>
border-color css
<style>
span { border-color: #FC107B; }
span { border-color: rgb(252,16,123); }
td.TdClassName
{
border-color: #FC107B;
}
.TagClassName
{
border-color: #FC107B;
}
</style>