Shades of Spicy Pink #F920A7
Tints of Spicy Pink #F920A7
RGB
CMYK
RGB Variations
Color information
#F920A7 (or 0xF920A7) is known color: Spicy Pink. HEX triplet: F9, 20 and A7. RGB value is (249,32,167). Sum of RGB (Red+Green+Blue) = 249+32+167=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F920A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F920A7 is #06DF58. Grayscale: #6F6F6F. Windows color (decimal): -450393 or 10952953. OLE color: 10952953.
HSL color Cylindrical-coordinate representation of color #F920A7: hue angle of 322.67º 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 #F920A7 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 167 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.02 |
| HSL | 322.67º | 0.95% | 0.55% | - |
| HSV(B) | 322.67º | 0.87% | 0.98% | - |
| XYZ | 46.56 | 23.96 | 38.73 | - |
| YUV | 112.27 | 158.89 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 167 | 0 | 0.87 | 0.33 | 0.02 | 322.67 | 0.95 | 0.55 |
| Hex | F9 | 20 | A7 | 0 | 57 | 21 | 2 | 143 | 5F | 37 |
| Octal | 371 | 40 | 247 | 0 | 127 | 41 | 2 | 503 | 137 | 67 |
| Binary | 11111001 | 100000 | 10100111 | 0 | 1010111 | 100001 | 10 | 101000011 | 1011111 | 110111 |
Color Harmonies of #F920A7
Complementary color
Monochromatic Colors of #F920A7
Black with #F920A7
Text Example
Text Example
White with #F920A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F920A7; }
p { color: rgb(249,32,167); }
H1.HeaderClassName
{
color: #F920A7;
}
.AnyTagClassName
{
color: #F920A7;
}
</style>
background-color css
<style>
a { background-color: #F920A7; }
a { background-color: rgb(249,32,167); }
div.DivClassName
{
background-color: #F920A7;
}
.BgClassName
{
background-color: #F920A7;
}
</style>
border-color css
<style>
span { border-color: #F920A7; }
span { border-color: rgb(249,32,167); }
td.TdClassName
{
border-color: #F920A7;
}
.TagClassName
{
border-color: #F920A7;
}
</style>