Shades of Spicy Pink #FF13AF
Tints of Spicy Pink #FF13AF
RGB
CMYK
RGB Variations
Color information
#FF13AF (or 0xFF13AF) is known color: Spicy Pink. HEX triplet: FF, 13 and AF. RGB value is (255,19,175). Sum of RGB (Red+Green+Blue) = 255+19+175=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF13AF is #00EC50. Grayscale: #6A6A6A. Windows color (decimal): -60497 or 11473919. OLE color: 11473919.
HSL color Cylindrical-coordinate representation of color #FF13AF: hue angle of 320.34º 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 #FF13AF is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 175 | - |
| CMYK | 0 | 0.93 | 0.31 | 0 |
| HSL | 320.34º | 1% | 0.54% | - |
| HSV(B) | 320.34º | 0.93% | 1% | - |
| XYZ | 49.21 | 24.82 | 42.75 | - |
| YUV | 107.35 | 166.19 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 175 | 0 | 0.93 | 0.31 | 0 | 320.34 | 1 | 0.54 |
| Hex | FF | 13 | AF | 0 | 5D | 1F | 0 | 140 | 64 | 36 |
| Octal | 377 | 23 | 257 | 0 | 135 | 37 | 0 | 500 | 144 | 66 |
| Binary | 11111111 | 10011 | 10101111 | 0 | 1011101 | 11111 | 0 | 101000000 | 1100100 | 110110 |
Color Harmonies of #FF13AF
Complementary color
Monochromatic Colors of #FF13AF
Black with #FF13AF
Text Example
Text Example
White with #FF13AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13AF; }
p { color: rgb(255,19,175); }
H1.HeaderClassName
{
color: #FF13AF;
}
.AnyTagClassName
{
color: #FF13AF;
}
</style>
background-color css
<style>
a { background-color: #FF13AF; }
a { background-color: rgb(255,19,175); }
div.DivClassName
{
background-color: #FF13AF;
}
.BgClassName
{
background-color: #FF13AF;
}
</style>
border-color css
<style>
span { border-color: #FF13AF; }
span { border-color: rgb(255,19,175); }
td.TdClassName
{
border-color: #FF13AF;
}
.TagClassName
{
border-color: #FF13AF;
}
</style>