Shades of Spicy Pink #F10FAE
Tints of Spicy Pink #F10FAE
RGB
CMYK
RGB Variations
Color information
#F10FAE (or 0xF10FAE) is known color: Spicy Pink. HEX triplet: F1, 0F and AE. RGB value is (241,15,174). Sum of RGB (Red+Green+Blue) = 241+15+174=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10FAE is #0EF051. Grayscale: #646464. Windows color (decimal): -979026 or 11407345. OLE color: 11407345.
HSL color Cylindrical-coordinate representation of color #F10FAE: hue angle of 317.79º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FAE is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 174 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.05 |
| HSL | 317.79º | 0.89% | 0.5% | - |
| HSV(B) | 317.79º | 0.94% | 0.95% | - |
| XYZ | 44.09 | 22.1 | 41.99 | - |
| YUV | 100.7 | 169.37 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 174 | 0 | 0.94 | 0.28 | 0.05 | 317.79 | 0.89 | 0.5 |
| Hex | F1 | F | AE | 0 | 5E | 1C | 5 | 13E | 59 | 32 |
| Octal | 361 | 17 | 256 | 0 | 136 | 34 | 5 | 476 | 131 | 62 |
| Binary | 11110001 | 1111 | 10101110 | 0 | 1011110 | 11100 | 101 | 100111110 | 1011001 | 110010 |
Color Harmonies of #F10FAE
Complementary color
Monochromatic Colors of #F10FAE
Black with #F10FAE
Text Example
Text Example
White with #F10FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FAE; }
p { color: rgb(241,15,174); }
H1.HeaderClassName
{
color: #F10FAE;
}
.AnyTagClassName
{
color: #F10FAE;
}
</style>
background-color css
<style>
a { background-color: #F10FAE; }
a { background-color: rgb(241,15,174); }
div.DivClassName
{
background-color: #F10FAE;
}
.BgClassName
{
background-color: #F10FAE;
}
</style>
border-color css
<style>
span { border-color: #F10FAE; }
span { border-color: rgb(241,15,174); }
td.TdClassName
{
border-color: #F10FAE;
}
.TagClassName
{
border-color: #F10FAE;
}
</style>