Shades of Spicy Pink #FF10B2
Tints of Spicy Pink #FF10B2
RGB
CMYK
RGB Variations
Color information
#FF10B2 (or 0xFF10B2) is known color: Spicy Pink. HEX triplet: FF, 10 and B2. RGB value is (255,16,178). Sum of RGB (Red+Green+Blue) = 255+16+178=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF10B2 is #00EF4D. Grayscale: #696969. Windows color (decimal): -61262 or 11669759. OLE color: 11669759.
HSL color Cylindrical-coordinate representation of color #FF10B2: hue angle of 319.33º 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 #FF10B2 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 178 | - |
| CMYK | 0 | 0.94 | 0.30 | 0 |
| HSL | 319.33º | 1% | 0.53% | - |
| HSV(B) | 319.33º | 0.94% | 1% | - |
| XYZ | 49.46 | 24.84 | 44.31 | - |
| YUV | 105.93 | 168.68 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 178 | 0 | 0.94 | 0.30 | 0 | 319.33 | 1 | 0.53 |
| Hex | FF | 10 | B2 | 0 | 5E | 1E | 0 | 13F | 64 | 35 |
| Octal | 377 | 20 | 262 | 0 | 136 | 36 | 0 | 477 | 144 | 65 |
| Binary | 11111111 | 10000 | 10110010 | 0 | 1011110 | 11110 | 0 | 100111111 | 1100100 | 110101 |
Color Harmonies of #FF10B2
Complementary color
Monochromatic Colors of #FF10B2
Black with #FF10B2
Text Example
Text Example
White with #FF10B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10B2; }
p { color: rgb(255,16,178); }
H1.HeaderClassName
{
color: #FF10B2;
}
.AnyTagClassName
{
color: #FF10B2;
}
</style>
background-color css
<style>
a { background-color: #FF10B2; }
a { background-color: rgb(255,16,178); }
div.DivClassName
{
background-color: #FF10B2;
}
.BgClassName
{
background-color: #FF10B2;
}
</style>
border-color css
<style>
span { border-color: #FF10B2; }
span { border-color: rgb(255,16,178); }
td.TdClassName
{
border-color: #FF10B2;
}
.TagClassName
{
border-color: #FF10B2;
}
</style>