Shades of Spicy Pink #FF13A8
Tints of Spicy Pink #FF13A8
RGB
CMYK
RGB Variations
Color information
#FF13A8 (or 0xFF13A8) is known color: Spicy Pink. HEX triplet: FF, 13 and A8. RGB value is (255,19,168). Sum of RGB (Red+Green+Blue) = 255+19+168=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 19 (7.81% from 255 or 4.30% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF13A8 is #00EC57. Grayscale: #6A6A6A. Windows color (decimal): -60504 or 11015167. OLE color: 11015167.
HSL color Cylindrical-coordinate representation of color #FF13A8: hue angle of 322.12º 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 #FF13A8 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 168 | - |
| CMYK | 0 | 0.93 | 0.34 | 0 |
| HSL | 322.12º | 1% | 0.54% | - |
| HSV(B) | 322.12º | 0.93% | 1% | - |
| XYZ | 48.54 | 24.55 | 39.23 | - |
| YUV | 106.55 | 162.69 | 233.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 168 | 0 | 0.93 | 0.34 | 0 | 322.12 | 1 | 0.54 |
| Hex | FF | 13 | A8 | 0 | 5D | 22 | 0 | 142 | 64 | 36 |
| Octal | 377 | 23 | 250 | 0 | 135 | 42 | 0 | 502 | 144 | 66 |
| Binary | 11111111 | 10011 | 10101000 | 0 | 1011101 | 100010 | 0 | 101000010 | 1100100 | 110110 |
Color Harmonies of #FF13A8
Complementary color
Monochromatic Colors of #FF13A8
Black with #FF13A8
Text Example
Text Example
White with #FF13A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13A8; }
p { color: rgb(255,19,168); }
H1.HeaderClassName
{
color: #FF13A8;
}
.AnyTagClassName
{
color: #FF13A8;
}
</style>
background-color css
<style>
a { background-color: #FF13A8; }
a { background-color: rgb(255,19,168); }
div.DivClassName
{
background-color: #FF13A8;
}
.BgClassName
{
background-color: #FF13A8;
}
</style>
border-color css
<style>
span { border-color: #FF13A8; }
span { border-color: rgb(255,19,168); }
td.TdClassName
{
border-color: #FF13A8;
}
.TagClassName
{
border-color: #FF13A8;
}
</style>