Shades of Spicy Pink #FF10B0
Tints of Spicy Pink #FF10B0
RGB
CMYK
RGB Variations
Color information
#FF10B0 (or 0xFF10B0) is known color: Spicy Pink. HEX triplet: FF, 10 and B0. RGB value is (255,16,176). Sum of RGB (Red+Green+Blue) = 255+16+176=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF10B0 is #00EF4F. Grayscale: #696969. Windows color (decimal): -61264 or 11538687. OLE color: 11538687.
HSL color Cylindrical-coordinate representation of color #FF10B0: hue angle of 319.83º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF10B0 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 176 | - |
| CMYK | 0 | 0.94 | 0.31 | 0 |
| HSL | 319.83º | 1% | 0.53% | - |
| HSV(B) | 319.83º | 0.94% | 1% | - |
| XYZ | 49.26 | 24.77 | 43.26 | - |
| YUV | 105.7 | 167.68 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 176 | 0 | 0.94 | 0.31 | 0 | 319.83 | 1 | 0.53 |
| Hex | FF | 10 | B0 | 0 | 5E | 1F | 0 | 140 | 64 | 35 |
| Octal | 377 | 20 | 260 | 0 | 136 | 37 | 0 | 500 | 144 | 65 |
| Binary | 11111111 | 10000 | 10110000 | 0 | 1011110 | 11111 | 0 | 101000000 | 1100100 | 110101 |
Color Harmonies of #FF10B0
Complementary color
Monochromatic Colors of #FF10B0
Black with #FF10B0
Text Example
Text Example
White with #FF10B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10B0; }
p { color: rgb(255,16,176); }
H1.HeaderClassName
{
color: #FF10B0;
}
.AnyTagClassName
{
color: #FF10B0;
}
</style>
background-color css
<style>
a { background-color: #FF10B0; }
a { background-color: rgb(255,16,176); }
div.DivClassName
{
background-color: #FF10B0;
}
.BgClassName
{
background-color: #FF10B0;
}
</style>
border-color css
<style>
span { border-color: #FF10B0; }
span { border-color: rgb(255,16,176); }
td.TdClassName
{
border-color: #FF10B0;
}
.TagClassName
{
border-color: #FF10B0;
}
</style>