Shades of Spicy Pink #FC26AD
Tints of Spicy Pink #FC26AD
RGB
CMYK
RGB Variations
Color information
#FC26AD (or 0xFC26AD) is known color: Spicy Pink. HEX triplet: FC, 26 and AD. RGB value is (252,38,173). Sum of RGB (Red+Green+Blue) = 252+38+173=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC26AD is #03D952. Grayscale: #757575. Windows color (decimal): -252243 or 11347708. OLE color: 11347708.
HSL color Cylindrical-coordinate representation of color #FC26AD: hue angle of 322.15º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC26AD is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 173 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.01 |
| HSL | 322.15º | 0.97% | 0.57% | - |
| HSV(B) | 322.15º | 0.85% | 0.99% | - |
| XYZ | 48.38 | 25.1 | 41.83 | - |
| YUV | 117.38 | 159.4 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 173 | 0 | 0.85 | 0.31 | 0.01 | 322.15 | 0.97 | 0.57 |
| Hex | FC | 26 | AD | 0 | 55 | 1F | 1 | 142 | 61 | 39 |
| Octal | 374 | 46 | 255 | 0 | 125 | 37 | 1 | 502 | 141 | 71 |
| Binary | 11111100 | 100110 | 10101101 | 0 | 1010101 | 11111 | 1 | 101000010 | 1100001 | 111001 |
Color Harmonies of #FC26AD
Complementary color
Monochromatic Colors of #FC26AD
Black with #FC26AD
Text Example
Text Example
White with #FC26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC26AD; }
p { color: rgb(252,38,173); }
H1.HeaderClassName
{
color: #FC26AD;
}
.AnyTagClassName
{
color: #FC26AD;
}
</style>
background-color css
<style>
a { background-color: #FC26AD; }
a { background-color: rgb(252,38,173); }
div.DivClassName
{
background-color: #FC26AD;
}
.BgClassName
{
background-color: #FC26AD;
}
</style>
border-color css
<style>
span { border-color: #FC26AD; }
span { border-color: rgb(252,38,173); }
td.TdClassName
{
border-color: #FC26AD;
}
.TagClassName
{
border-color: #FC26AD;
}
</style>