Shades of Spicy Pink #FC10B2
Tints of Spicy Pink #FC10B2
RGB
CMYK
RGB Variations
Color information
#FC10B2 (or 0xFC10B2) is known color: Spicy Pink. HEX triplet: FC, 10 and B2. RGB value is (252,16,178). Sum of RGB (Red+Green+Blue) = 252+16+178=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC10B2 is #03EF4D. Grayscale: #686868. Windows color (decimal): -257870 or 11669756. OLE color: 11669756.
HSL color Cylindrical-coordinate representation of color #FC10B2: hue angle of 318.81º 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 #FC10B2 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 178 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.01 |
| HSL | 318.81º | 0.98% | 0.53% | - |
| HSV(B) | 318.81º | 0.94% | 0.99% | - |
| XYZ | 48.37 | 24.28 | 44.26 | - |
| YUV | 105.03 | 169.19 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 178 | 0 | 0.94 | 0.29 | 0.01 | 318.81 | 0.98 | 0.53 |
| Hex | FC | 10 | B2 | 0 | 5E | 1D | 1 | 13F | 62 | 35 |
| Octal | 374 | 20 | 262 | 0 | 136 | 35 | 1 | 477 | 142 | 65 |
| Binary | 11111100 | 10000 | 10110010 | 0 | 1011110 | 11101 | 1 | 100111111 | 1100010 | 110101 |
Color Harmonies of #FC10B2
Complementary color
Monochromatic Colors of #FC10B2
Black with #FC10B2
Text Example
Text Example
White with #FC10B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC10B2; }
p { color: rgb(252,16,178); }
H1.HeaderClassName
{
color: #FC10B2;
}
.AnyTagClassName
{
color: #FC10B2;
}
</style>
background-color css
<style>
a { background-color: #FC10B2; }
a { background-color: rgb(252,16,178); }
div.DivClassName
{
background-color: #FC10B2;
}
.BgClassName
{
background-color: #FC10B2;
}
</style>
border-color css
<style>
span { border-color: #FC10B2; }
span { border-color: rgb(252,16,178); }
td.TdClassName
{
border-color: #FC10B2;
}
.TagClassName
{
border-color: #FC10B2;
}
</style>