Shades of Spicy Pink #FE13A2
Tints of Spicy Pink #FE13A2
RGB
CMYK
RGB Variations
Color information
#FE13A2 (or 0xFE13A2) is known color: Spicy Pink. HEX triplet: FE, 13 and A2. RGB value is (254,19,162). Sum of RGB (Red+Green+Blue) = 254+19+162=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE13A2 is #01EC5D. Grayscale: #696969. Windows color (decimal): -126046 or 10621950. OLE color: 10621950.
HSL color Cylindrical-coordinate representation of color #FE13A2: hue angle of 323.49º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13A2 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 162 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.00 |
| HSL | 323.49º | 0.99% | 0.54% | - |
| HSV(B) | 323.49º | 0.93% | 1% | - |
| XYZ | 47.63 | 24.15 | 36.33 | - |
| YUV | 105.57 | 159.86 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 162 | 0 | 0.93 | 0.36 | 0.00 | 323.49 | 0.99 | 0.54 |
| Hex | FE | 13 | A2 | 0 | 5D | 24 | 0 | 143 | 63 | 36 |
| Octal | 376 | 23 | 242 | 0 | 135 | 44 | 0 | 503 | 143 | 66 |
| Binary | 11111110 | 10011 | 10100010 | 0 | 1011101 | 100100 | 0 | 101000011 | 1100011 | 110110 |
Color Harmonies of #FE13A2
Complementary color
Monochromatic Colors of #FE13A2
Black with #FE13A2
Text Example
Text Example
White with #FE13A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13A2; }
p { color: rgb(254,19,162); }
H1.HeaderClassName
{
color: #FE13A2;
}
.AnyTagClassName
{
color: #FE13A2;
}
</style>
background-color css
<style>
a { background-color: #FE13A2; }
a { background-color: rgb(254,19,162); }
div.DivClassName
{
background-color: #FE13A2;
}
.BgClassName
{
background-color: #FE13A2;
}
</style>
border-color css
<style>
span { border-color: #FE13A2; }
span { border-color: rgb(254,19,162); }
td.TdClassName
{
border-color: #FE13A2;
}
.TagClassName
{
border-color: #FE13A2;
}
</style>