Shades of Spicy Pink #F910AF
Tints of Spicy Pink #F910AF
RGB
CMYK
RGB Variations
Color information
#F910AF (or 0xF910AF) is known color: Spicy Pink. HEX triplet: F9, 10 and AF. RGB value is (249,16,175). Sum of RGB (Red+Green+Blue) = 249+16+175=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F910AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F910AF is #06EF50. Grayscale: #676767. Windows color (decimal): -454481 or 11473145. OLE color: 11473145.
HSL color Cylindrical-coordinate representation of color #F910AF: hue angle of 319.06º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F910AF is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 175 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.02 |
| HSL | 319.06º | 0.95% | 0.52% | - |
| HSV(B) | 319.06º | 0.94% | 0.98% | - |
| XYZ | 46.99 | 23.61 | 42.64 | - |
| YUV | 103.79 | 168.19 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 175 | 0 | 0.94 | 0.30 | 0.02 | 319.06 | 0.95 | 0.52 |
| Hex | F9 | 10 | AF | 0 | 5E | 1E | 2 | 13F | 5F | 34 |
| Octal | 371 | 20 | 257 | 0 | 136 | 36 | 2 | 477 | 137 | 64 |
| Binary | 11111001 | 10000 | 10101111 | 0 | 1011110 | 11110 | 10 | 100111111 | 1011111 | 110100 |
Color Harmonies of #F910AF
Complementary color
Monochromatic Colors of #F910AF
Black with #F910AF
Text Example
Text Example
White with #F910AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F910AF; }
p { color: rgb(249,16,175); }
H1.HeaderClassName
{
color: #F910AF;
}
.AnyTagClassName
{
color: #F910AF;
}
</style>
background-color css
<style>
a { background-color: #F910AF; }
a { background-color: rgb(249,16,175); }
div.DivClassName
{
background-color: #F910AF;
}
.BgClassName
{
background-color: #F910AF;
}
</style>
border-color css
<style>
span { border-color: #F910AF; }
span { border-color: rgb(249,16,175); }
td.TdClassName
{
border-color: #F910AF;
}
.TagClassName
{
border-color: #F910AF;
}
</style>