Shades of Spicy Pink #F920A6
Tints of Spicy Pink #F920A6
RGB
CMYK
RGB Variations
Color information
#F920A6 (or 0xF920A6) is known color: Spicy Pink. HEX triplet: F9, 20 and A6. RGB value is (249,32,166). Sum of RGB (Red+Green+Blue) = 249+32+166=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F920A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F920A6 is #06DF59. Grayscale: #6F6F6F. Windows color (decimal): -450394 or 10887417. OLE color: 10887417.
HSL color Cylindrical-coordinate representation of color #F920A6: hue angle of 322.95º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F920A6 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 166 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.02 |
| HSL | 322.95º | 0.95% | 0.55% | - |
| HSV(B) | 322.95º | 0.87% | 0.98% | - |
| XYZ | 46.47 | 23.93 | 38.25 | - |
| YUV | 112.16 | 158.39 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 166 | 0 | 0.87 | 0.33 | 0.02 | 322.95 | 0.95 | 0.55 |
| Hex | F9 | 20 | A6 | 0 | 57 | 21 | 2 | 143 | 5F | 37 |
| Octal | 371 | 40 | 246 | 0 | 127 | 41 | 2 | 503 | 137 | 67 |
| Binary | 11111001 | 100000 | 10100110 | 0 | 1010111 | 100001 | 10 | 101000011 | 1011111 | 110111 |
Color Harmonies of #F920A6
Complementary color
Monochromatic Colors of #F920A6
Black with #F920A6
Text Example
Text Example
White with #F920A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F920A6; }
p { color: rgb(249,32,166); }
H1.HeaderClassName
{
color: #F920A6;
}
.AnyTagClassName
{
color: #F920A6;
}
</style>
background-color css
<style>
a { background-color: #F920A6; }
a { background-color: rgb(249,32,166); }
div.DivClassName
{
background-color: #F920A6;
}
.BgClassName
{
background-color: #F920A6;
}
</style>
border-color css
<style>
span { border-color: #F920A6; }
span { border-color: rgb(249,32,166); }
td.TdClassName
{
border-color: #F920A6;
}
.TagClassName
{
border-color: #F920A6;
}
</style>