Shades of Spicy Pink #FD19AC
Tints of Spicy Pink #FD19AC
RGB
CMYK
RGB Variations
Color information
#FD19AC (or 0xFD19AC) is known color: Spicy Pink. HEX triplet: FD, 19 and AC. RGB value is (253,25,172). Sum of RGB (Red+Green+Blue) = 253+25+172=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD19AC is #02E653. Grayscale: #6D6D6D. Windows color (decimal): -190036 or 11278845. OLE color: 11278845.
HSL color Cylindrical-coordinate representation of color #FD19AC: hue angle of 321.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD19AC is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 172 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.01 |
| HSL | 321.32º | 0.98% | 0.55% | - |
| HSV(B) | 321.32º | 0.9% | 0.99% | - |
| XYZ | 48.3 | 24.56 | 41.22 | - |
| YUV | 109.93 | 163.04 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 172 | 0 | 0.90 | 0.32 | 0.01 | 321.32 | 0.98 | 0.55 |
| Hex | FD | 19 | AC | 0 | 5A | 20 | 1 | 141 | 62 | 37 |
| Octal | 375 | 31 | 254 | 0 | 132 | 40 | 1 | 501 | 142 | 67 |
| Binary | 11111101 | 11001 | 10101100 | 0 | 1011010 | 100000 | 1 | 101000001 | 1100010 | 110111 |
Color Harmonies of #FD19AC
Complementary color
Monochromatic Colors of #FD19AC
Black with #FD19AC
Text Example
Text Example
White with #FD19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD19AC; }
p { color: rgb(253,25,172); }
H1.HeaderClassName
{
color: #FD19AC;
}
.AnyTagClassName
{
color: #FD19AC;
}
</style>
background-color css
<style>
a { background-color: #FD19AC; }
a { background-color: rgb(253,25,172); }
div.DivClassName
{
background-color: #FD19AC;
}
.BgClassName
{
background-color: #FD19AC;
}
</style>
border-color css
<style>
span { border-color: #FD19AC; }
span { border-color: rgb(253,25,172); }
td.TdClassName
{
border-color: #FD19AC;
}
.TagClassName
{
border-color: #FD19AC;
}
</style>