Shades of Spicy Pink #FF13A4
Tints of Spicy Pink #FF13A4
RGB
CMYK
RGB Variations
Color information
#FF13A4 (or 0xFF13A4) is known color: Spicy Pink. HEX triplet: FF, 13 and A4. RGB value is (255,19,164). Sum of RGB (Red+Green+Blue) = 255+19+164=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF13A4 is #00EC5B. Grayscale: #696969. Windows color (decimal): -60508 or 10753023. OLE color: 10753023.
HSL color Cylindrical-coordinate representation of color #FF13A4: hue angle of 323.14º 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 #FF13A4 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 164 | - |
| CMYK | 0 | 0.93 | 0.36 | 0 |
| HSL | 323.14º | 1% | 0.54% | - |
| HSV(B) | 323.14º | 0.93% | 1% | - |
| XYZ | 48.17 | 24.41 | 37.29 | - |
| YUV | 106.09 | 160.69 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 164 | 0 | 0.93 | 0.36 | 0 | 323.14 | 1 | 0.54 |
| Hex | FF | 13 | A4 | 0 | 5D | 24 | 0 | 143 | 64 | 36 |
| Octal | 377 | 23 | 244 | 0 | 135 | 44 | 0 | 503 | 144 | 66 |
| Binary | 11111111 | 10011 | 10100100 | 0 | 1011101 | 100100 | 0 | 101000011 | 1100100 | 110110 |
Color Harmonies of #FF13A4
Complementary color
Monochromatic Colors of #FF13A4
Black with #FF13A4
Text Example
Text Example
White with #FF13A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13A4; }
p { color: rgb(255,19,164); }
H1.HeaderClassName
{
color: #FF13A4;
}
.AnyTagClassName
{
color: #FF13A4;
}
</style>
background-color css
<style>
a { background-color: #FF13A4; }
a { background-color: rgb(255,19,164); }
div.DivClassName
{
background-color: #FF13A4;
}
.BgClassName
{
background-color: #FF13A4;
}
</style>
border-color css
<style>
span { border-color: #FF13A4; }
span { border-color: rgb(255,19,164); }
td.TdClassName
{
border-color: #FF13A4;
}
.TagClassName
{
border-color: #FF13A4;
}
</style>