Shades of Spicy Pink #F924AA
Tints of Spicy Pink #F924AA
RGB
CMYK
RGB Variations
Color information
#F924AA (or 0xF924AA) is known color: Spicy Pink. HEX triplet: F9, 24 and AA. RGB value is (249,36,170). Sum of RGB (Red+Green+Blue) = 249+36+170=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F924AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F924AA is #06DB55. Grayscale: #727272. Windows color (decimal): -449366 or 11150585. OLE color: 11150585.
HSL color Cylindrical-coordinate representation of color #F924AA: hue angle of 322.25º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F924AA is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 36 | 170 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.02 |
| HSL | 322.25º | 0.95% | 0.56% | - |
| HSV(B) | 322.25º | 0.86% | 0.98% | - |
| XYZ | 46.95 | 24.3 | 40.25 | - |
| YUV | 114.96 | 159.07 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 36 | 170 | 0 | 0.86 | 0.32 | 0.02 | 322.25 | 0.95 | 0.56 |
| Hex | F9 | 24 | AA | 0 | 56 | 20 | 2 | 142 | 5F | 38 |
| Octal | 371 | 44 | 252 | 0 | 126 | 40 | 2 | 502 | 137 | 70 |
| Binary | 11111001 | 100100 | 10101010 | 0 | 1010110 | 100000 | 10 | 101000010 | 1011111 | 111000 |
Color Harmonies of #F924AA
Complementary color
Monochromatic Colors of #F924AA
Black with #F924AA
Text Example
Text Example
White with #F924AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F924AA; }
p { color: rgb(249,36,170); }
H1.HeaderClassName
{
color: #F924AA;
}
.AnyTagClassName
{
color: #F924AA;
}
</style>
background-color css
<style>
a { background-color: #F924AA; }
a { background-color: rgb(249,36,170); }
div.DivClassName
{
background-color: #F924AA;
}
.BgClassName
{
background-color: #F924AA;
}
</style>
border-color css
<style>
span { border-color: #F924AA; }
span { border-color: rgb(249,36,170); }
td.TdClassName
{
border-color: #F924AA;
}
.TagClassName
{
border-color: #F924AA;
}
</style>