Shades of Spicy Pink #F919A6
Tints of Spicy Pink #F919A6
RGB
CMYK
RGB Variations
Color information
#F919A6 (or 0xF919A6) is known color: Spicy Pink. HEX triplet: F9, 19 and A6. RGB value is (249,25,166). Sum of RGB (Red+Green+Blue) = 249+25+166=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F919A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F919A6 is #06E659. Grayscale: #6B6B6B. Windows color (decimal): -452186 or 10885625. OLE color: 10885625.
HSL color Cylindrical-coordinate representation of color #F919A6: hue angle of 322.23º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919A6 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 166 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.02 |
| HSL | 322.23º | 0.95% | 0.54% | - |
| HSV(B) | 322.23º | 0.9% | 0.98% | - |
| XYZ | 46.3 | 23.59 | 38.19 | - |
| YUV | 108.05 | 160.71 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 166 | 0 | 0.90 | 0.33 | 0.02 | 322.23 | 0.95 | 0.54 |
| Hex | F9 | 19 | A6 | 0 | 5A | 21 | 2 | 142 | 5F | 36 |
| Octal | 371 | 31 | 246 | 0 | 132 | 41 | 2 | 502 | 137 | 66 |
| Binary | 11111001 | 11001 | 10100110 | 0 | 1011010 | 100001 | 10 | 101000010 | 1011111 | 110110 |
Color Harmonies of #F919A6
Complementary color
Monochromatic Colors of #F919A6
Black with #F919A6
Text Example
Text Example
White with #F919A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919A6; }
p { color: rgb(249,25,166); }
H1.HeaderClassName
{
color: #F919A6;
}
.AnyTagClassName
{
color: #F919A6;
}
</style>
background-color css
<style>
a { background-color: #F919A6; }
a { background-color: rgb(249,25,166); }
div.DivClassName
{
background-color: #F919A6;
}
.BgClassName
{
background-color: #F919A6;
}
</style>
border-color css
<style>
span { border-color: #F919A6; }
span { border-color: rgb(249,25,166); }
td.TdClassName
{
border-color: #F919A6;
}
.TagClassName
{
border-color: #F919A6;
}
</style>