Shades of Spicy Pink #F920AF
Tints of Spicy Pink #F920AF
RGB
CMYK
RGB Variations
Color information
#F920AF (or 0xF920AF) is known color: Spicy Pink. HEX triplet: F9, 20 and AF. RGB value is (249,32,175). Sum of RGB (Red+Green+Blue) = 249+32+175=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F920AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F920AF is #06DF50. Grayscale: #707070. Windows color (decimal): -450385 or 11477241. OLE color: 11477241.
HSL color Cylindrical-coordinate representation of color #F920AF: hue angle of 320.46º 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 #F920AF is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 175 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.02 |
| HSL | 320.46º | 0.95% | 0.55% | - |
| HSV(B) | 320.46º | 0.87% | 0.98% | - |
| XYZ | 47.32 | 24.27 | 42.75 | - |
| YUV | 113.19 | 162.89 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 175 | 0 | 0.87 | 0.30 | 0.02 | 320.46 | 0.95 | 0.55 |
| Hex | F9 | 20 | AF | 0 | 57 | 1E | 2 | 140 | 5F | 37 |
| Octal | 371 | 40 | 257 | 0 | 127 | 36 | 2 | 500 | 137 | 67 |
| Binary | 11111001 | 100000 | 10101111 | 0 | 1010111 | 11110 | 10 | 101000000 | 1011111 | 110111 |
Color Harmonies of #F920AF
Complementary color
Monochromatic Colors of #F920AF
Black with #F920AF
Text Example
Text Example
White with #F920AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F920AF; }
p { color: rgb(249,32,175); }
H1.HeaderClassName
{
color: #F920AF;
}
.AnyTagClassName
{
color: #F920AF;
}
</style>
background-color css
<style>
a { background-color: #F920AF; }
a { background-color: rgb(249,32,175); }
div.DivClassName
{
background-color: #F920AF;
}
.BgClassName
{
background-color: #F920AF;
}
</style>
border-color css
<style>
span { border-color: #F920AF; }
span { border-color: rgb(249,32,175); }
td.TdClassName
{
border-color: #F920AF;
}
.TagClassName
{
border-color: #F920AF;
}
</style>