Shades of Spicy Pink #FE13AD
Tints of Spicy Pink #FE13AD
RGB
CMYK
RGB Variations
Color information
#FE13AD (or 0xFE13AD) is known color: Spicy Pink. HEX triplet: FE, 13 and AD. RGB value is (254,19,173). Sum of RGB (Red+Green+Blue) = 254+19+173=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE13AD is #01EC52. Grayscale: #6A6A6A. Windows color (decimal): -126035 or 11342846. OLE color: 11342846.
HSL color Cylindrical-coordinate representation of color #FE13AD: hue angle of 320.68º 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 #FE13AD is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 173 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.00 |
| HSL | 320.68º | 0.99% | 0.54% | - |
| HSV(B) | 320.68º | 0.93% | 1% | - |
| XYZ | 48.65 | 24.55 | 41.71 | - |
| YUV | 106.82 | 165.36 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 173 | 0 | 0.93 | 0.32 | 0.00 | 320.68 | 0.99 | 0.54 |
| Hex | FE | 13 | AD | 0 | 5D | 20 | 0 | 141 | 63 | 36 |
| Octal | 376 | 23 | 255 | 0 | 135 | 40 | 0 | 501 | 143 | 66 |
| Binary | 11111110 | 10011 | 10101101 | 0 | 1011101 | 100000 | 0 | 101000001 | 1100011 | 110110 |
Color Harmonies of #FE13AD
Complementary color
Monochromatic Colors of #FE13AD
Black with #FE13AD
Text Example
Text Example
White with #FE13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13AD; }
p { color: rgb(254,19,173); }
H1.HeaderClassName
{
color: #FE13AD;
}
.AnyTagClassName
{
color: #FE13AD;
}
</style>
background-color css
<style>
a { background-color: #FE13AD; }
a { background-color: rgb(254,19,173); }
div.DivClassName
{
background-color: #FE13AD;
}
.BgClassName
{
background-color: #FE13AD;
}
</style>
border-color css
<style>
span { border-color: #FE13AD; }
span { border-color: rgb(254,19,173); }
td.TdClassName
{
border-color: #FE13AD;
}
.TagClassName
{
border-color: #FE13AD;
}
</style>