Shades of Spicy Pink #FF13B2
Tints of Spicy Pink #FF13B2
RGB
CMYK
RGB Variations
Color information
#FF13B2 (or 0xFF13B2) is known color: Spicy Pink. HEX triplet: FF, 13 and B2. RGB value is (255,19,178). Sum of RGB (Red+Green+Blue) = 255+19+178=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF13B2 is #00EC4D. Grayscale: #6B6B6B. Windows color (decimal): -60494 or 11670527. OLE color: 11670527.
HSL color Cylindrical-coordinate representation of color #FF13B2: hue angle of 319.58º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF13B2 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 178 | - |
| CMYK | 0 | 0.93 | 0.30 | 0 |
| HSL | 319.58º | 1% | 0.54% | - |
| HSV(B) | 319.58º | 0.93% | 1% | - |
| XYZ | 49.51 | 24.94 | 44.32 | - |
| YUV | 107.69 | 167.69 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 178 | 0 | 0.93 | 0.30 | 0 | 319.58 | 1 | 0.54 |
| Hex | FF | 13 | B2 | 0 | 5D | 1E | 0 | 140 | 64 | 36 |
| Octal | 377 | 23 | 262 | 0 | 135 | 36 | 0 | 500 | 144 | 66 |
| Binary | 11111111 | 10011 | 10110010 | 0 | 1011101 | 11110 | 0 | 101000000 | 1100100 | 110110 |
Color Harmonies of #FF13B2
Complementary color
Monochromatic Colors of #FF13B2
Black with #FF13B2
Text Example
Text Example
White with #FF13B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13B2; }
p { color: rgb(255,19,178); }
H1.HeaderClassName
{
color: #FF13B2;
}
.AnyTagClassName
{
color: #FF13B2;
}
</style>
background-color css
<style>
a { background-color: #FF13B2; }
a { background-color: rgb(255,19,178); }
div.DivClassName
{
background-color: #FF13B2;
}
.BgClassName
{
background-color: #FF13B2;
}
</style>
border-color css
<style>
span { border-color: #FF13B2; }
span { border-color: rgb(255,19,178); }
td.TdClassName
{
border-color: #FF13B2;
}
.TagClassName
{
border-color: #FF13B2;
}
</style>