Shades of Spicy Pink #FD10A3
Tints of Spicy Pink #FD10A3
RGB
CMYK
RGB Variations
Color information
#FD10A3 (or 0xFD10A3) is known color: Spicy Pink. HEX triplet: FD, 10 and A3. RGB value is (253,16,163). Sum of RGB (Red+Green+Blue) = 253+16+163=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD10A3 is #02EF5C. Grayscale: #676767. Windows color (decimal): -192349 or 10686717. OLE color: 10686717.
HSL color Cylindrical-coordinate representation of color #FD10A3: hue angle of 322.78º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD10A3 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 163 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.01 |
| HSL | 322.78º | 0.98% | 0.53% | - |
| HSV(B) | 322.78º | 0.94% | 0.99% | - |
| XYZ | 47.3 | 23.9 | 36.77 | - |
| YUV | 103.62 | 161.52 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 163 | 0 | 0.94 | 0.36 | 0.01 | 322.78 | 0.98 | 0.53 |
| Hex | FD | 10 | A3 | 0 | 5E | 24 | 1 | 143 | 62 | 35 |
| Octal | 375 | 20 | 243 | 0 | 136 | 44 | 1 | 503 | 142 | 65 |
| Binary | 11111101 | 10000 | 10100011 | 0 | 1011110 | 100100 | 1 | 101000011 | 1100010 | 110101 |
Color Harmonies of #FD10A3
Complementary color
Monochromatic Colors of #FD10A3
Black with #FD10A3
Text Example
Text Example
White with #FD10A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD10A3; }
p { color: rgb(253,16,163); }
H1.HeaderClassName
{
color: #FD10A3;
}
.AnyTagClassName
{
color: #FD10A3;
}
</style>
background-color css
<style>
a { background-color: #FD10A3; }
a { background-color: rgb(253,16,163); }
div.DivClassName
{
background-color: #FD10A3;
}
.BgClassName
{
background-color: #FD10A3;
}
</style>
border-color css
<style>
span { border-color: #FD10A3; }
span { border-color: rgb(253,16,163); }
td.TdClassName
{
border-color: #FD10A3;
}
.TagClassName
{
border-color: #FD10A3;
}
</style>