Shades of Spicy Pink #FD13A2
Tints of Spicy Pink #FD13A2
RGB
CMYK
RGB Variations
Color information
#FD13A2 (or 0xFD13A2) is known color: Spicy Pink. HEX triplet: FD, 13 and A2. RGB value is (253,19,162). Sum of RGB (Red+Green+Blue) = 253+19+162=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD13A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD13A2 is #02EC5D. Grayscale: #686868. Windows color (decimal): -191582 or 10621949. OLE color: 10621949.
HSL color Cylindrical-coordinate representation of color #FD13A2: hue angle of 323.33º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD13A2 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 19 | 162 | - |
CMYK | 0 | 0.92 | 0.36 | 0.01 |
HSL | 323.33º | 0.98% | 0.53% | - |
HSV(B) | 323.33º | 0.92% | 0.99% | - |
XYZ | 47.26 | 23.96 | 36.32 | - |
YUV | 105.27 | 160.02 | 233.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 19 | 162 | 0 | 0.92 | 0.36 | 0.01 | 323.33 | 0.98 | 0.53 |
Hex | FD | 13 | A2 | 0 | 5C | 24 | 1 | 143 | 62 | 35 |
Octal | 375 | 23 | 242 | 0 | 134 | 44 | 1 | 503 | 142 | 65 |
Binary | 11111101 | 10011 | 10100010 | 0 | 1011100 | 100100 | 1 | 101000011 | 1100010 | 110101 |
Color Harmonies of #FD13A2
Complementary color
Monochromatic Colors of #FD13A2
Black with #FD13A2
Text Example
Text Example
White with #FD13A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD13A2; }
p { color: rgb(253,19,162); }
H1.HeaderClassName
{
color: #FD13A2;
}
.AnyTagClassName
{
color: #FD13A2;
}
</style>
background-color css
<style>
a { background-color: #FD13A2; }
a { background-color: rgb(253,19,162); }
div.DivClassName
{
background-color: #FD13A2;
}
.BgClassName
{
background-color: #FD13A2;
}
</style>
border-color css
<style>
span { border-color: #FD13A2; }
span { border-color: rgb(253,19,162); }
td.TdClassName
{
border-color: #FD13A2;
}
.TagClassName
{
border-color: #FD13A2;
}
</style>