Shades of Spicy Pink #F914AA
Tints of Spicy Pink #F914AA
RGB
CMYK
RGB Variations
Color information
#F914AA (or 0xF914AA) is known color: Spicy Pink. HEX triplet: F9, 14 and AA. RGB value is (249,20,170). Sum of RGB (Red+Green+Blue) = 249+20+170=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F914AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F914AA is #06EB55. Grayscale: #696969. Windows color (decimal): -453462 or 11146489. OLE color: 11146489.
HSL color Cylindrical-coordinate representation of color #F914AA: hue angle of 320.7º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914AA is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 170 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.02 |
| HSL | 320.7º | 0.95% | 0.53% | - |
| HSV(B) | 320.7º | 0.92% | 0.98% | - |
| XYZ | 46.57 | 23.54 | 40.12 | - |
| YUV | 105.57 | 164.37 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 170 | 0 | 0.92 | 0.32 | 0.02 | 320.7 | 0.95 | 0.53 |
| Hex | F9 | 14 | AA | 0 | 5C | 20 | 2 | 141 | 5F | 35 |
| Octal | 371 | 24 | 252 | 0 | 134 | 40 | 2 | 501 | 137 | 65 |
| Binary | 11111001 | 10100 | 10101010 | 0 | 1011100 | 100000 | 10 | 101000001 | 1011111 | 110101 |
Color Harmonies of #F914AA
Complementary color
Monochromatic Colors of #F914AA
Black with #F914AA
Text Example
Text Example
White with #F914AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914AA; }
p { color: rgb(249,20,170); }
H1.HeaderClassName
{
color: #F914AA;
}
.AnyTagClassName
{
color: #F914AA;
}
</style>
background-color css
<style>
a { background-color: #F914AA; }
a { background-color: rgb(249,20,170); }
div.DivClassName
{
background-color: #F914AA;
}
.BgClassName
{
background-color: #F914AA;
}
</style>
border-color css
<style>
span { border-color: #F914AA; }
span { border-color: rgb(249,20,170); }
td.TdClassName
{
border-color: #F914AA;
}
.TagClassName
{
border-color: #F914AA;
}
</style>