Shades of Spicy Pink #FD0FAC
Tints of Spicy Pink #FD0FAC
RGB
CMYK
RGB Variations
Color information
#FD0FAC (or 0xFD0FAC) is known color: Spicy Pink. HEX triplet: FD, 0F and AC. RGB value is (253,15,172). Sum of RGB (Red+Green+Blue) = 253+15+172=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0FAC is #02F053. Grayscale: #676767. Windows color (decimal): -192596 or 11276285. OLE color: 11276285.
HSL color Cylindrical-coordinate representation of color #FD0FAC: hue angle of 320.42º 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 #FD0FAC is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 172 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.01 |
| HSL | 320.42º | 0.98% | 0.53% | - |
| HSV(B) | 320.42º | 0.94% | 0.99% | - |
| XYZ | 48.13 | 24.2 | 41.16 | - |
| YUV | 104.06 | 166.35 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 172 | 0 | 0.94 | 0.32 | 0.01 | 320.42 | 0.98 | 0.53 |
| Hex | FD | F | AC | 0 | 5E | 20 | 1 | 140 | 62 | 35 |
| Octal | 375 | 17 | 254 | 0 | 136 | 40 | 1 | 500 | 142 | 65 |
| Binary | 11111101 | 1111 | 10101100 | 0 | 1011110 | 100000 | 1 | 101000000 | 1100010 | 110101 |
Color Harmonies of #FD0FAC
Complementary color
Monochromatic Colors of #FD0FAC
Black with #FD0FAC
Text Example
Text Example
White with #FD0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0FAC; }
p { color: rgb(253,15,172); }
H1.HeaderClassName
{
color: #FD0FAC;
}
.AnyTagClassName
{
color: #FD0FAC;
}
</style>
background-color css
<style>
a { background-color: #FD0FAC; }
a { background-color: rgb(253,15,172); }
div.DivClassName
{
background-color: #FD0FAC;
}
.BgClassName
{
background-color: #FD0FAC;
}
</style>
border-color css
<style>
span { border-color: #FD0FAC; }
span { border-color: rgb(253,15,172); }
td.TdClassName
{
border-color: #FD0FAC;
}
.TagClassName
{
border-color: #FD0FAC;
}
</style>