Shades of Spicy Pink #F914AB
Tints of Spicy Pink #F914AB
RGB
CMYK
RGB Variations
Color information
#F914AB (or 0xF914AB) is known color: Spicy Pink. HEX triplet: F9, 14 and AB. RGB value is (249,20,171). Sum of RGB (Red+Green+Blue) = 249+20+171=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F914AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F914AB is #06EB54. Grayscale: #696969. Windows color (decimal): -453461 or 11212025. OLE color: 11212025.
HSL color Cylindrical-coordinate representation of color #F914AB: hue angle of 320.44º 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 #F914AB is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 171 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.02 |
| HSL | 320.44º | 0.95% | 0.53% | - |
| HSV(B) | 320.44º | 0.92% | 0.98% | - |
| XYZ | 46.67 | 23.58 | 40.62 | - |
| YUV | 105.69 | 164.87 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 171 | 0 | 0.92 | 0.31 | 0.02 | 320.44 | 0.95 | 0.53 |
| Hex | F9 | 14 | AB | 0 | 5C | 1F | 2 | 140 | 5F | 35 |
| Octal | 371 | 24 | 253 | 0 | 134 | 37 | 2 | 500 | 137 | 65 |
| Binary | 11111001 | 10100 | 10101011 | 0 | 1011100 | 11111 | 10 | 101000000 | 1011111 | 110101 |
Color Harmonies of #F914AB
Complementary color
Monochromatic Colors of #F914AB
Black with #F914AB
Text Example
Text Example
White with #F914AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914AB; }
p { color: rgb(249,20,171); }
H1.HeaderClassName
{
color: #F914AB;
}
.AnyTagClassName
{
color: #F914AB;
}
</style>
background-color css
<style>
a { background-color: #F914AB; }
a { background-color: rgb(249,20,171); }
div.DivClassName
{
background-color: #F914AB;
}
.BgClassName
{
background-color: #F914AB;
}
</style>
border-color css
<style>
span { border-color: #F914AB; }
span { border-color: rgb(249,20,171); }
td.TdClassName
{
border-color: #F914AB;
}
.TagClassName
{
border-color: #F914AB;
}
</style>