Shades of Spicy Pink #F925AF
Tints of Spicy Pink #F925AF
RGB
CMYK
RGB Variations
Color information
#F925AF (or 0xF925AF) is known color: Spicy Pink. HEX triplet: F9, 25 and AF. RGB value is (249,37,175). Sum of RGB (Red+Green+Blue) = 249+37+175=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F925AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F925AF is #06DA50. Grayscale: #737373. Windows color (decimal): -449105 or 11478521. OLE color: 11478521.
HSL color Cylindrical-coordinate representation of color #F925AF: hue angle of 320.94º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F925AF is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 175 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.02 |
| HSL | 320.94º | 0.95% | 0.56% | - |
| HSV(B) | 320.94º | 0.85% | 0.98% | - |
| XYZ | 47.47 | 24.56 | 42.8 | - |
| YUV | 116.12 | 161.24 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 175 | 0 | 0.85 | 0.30 | 0.02 | 320.94 | 0.95 | 0.56 |
| Hex | F9 | 25 | AF | 0 | 55 | 1E | 2 | 141 | 5F | 38 |
| Octal | 371 | 45 | 257 | 0 | 125 | 36 | 2 | 501 | 137 | 70 |
| Binary | 11111001 | 100101 | 10101111 | 0 | 1010101 | 11110 | 10 | 101000001 | 1011111 | 111000 |
Color Harmonies of #F925AF
Complementary color
Monochromatic Colors of #F925AF
Black with #F925AF
Text Example
Text Example
White with #F925AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F925AF; }
p { color: rgb(249,37,175); }
H1.HeaderClassName
{
color: #F925AF;
}
.AnyTagClassName
{
color: #F925AF;
}
</style>
background-color css
<style>
a { background-color: #F925AF; }
a { background-color: rgb(249,37,175); }
div.DivClassName
{
background-color: #F925AF;
}
.BgClassName
{
background-color: #F925AF;
}
</style>
border-color css
<style>
span { border-color: #F925AF; }
span { border-color: rgb(249,37,175); }
td.TdClassName
{
border-color: #F925AF;
}
.TagClassName
{
border-color: #F925AF;
}
</style>