Shades of Spicy Pink #F115A6
Tints of Spicy Pink #F115A6
RGB
CMYK
RGB Variations
Color information
#F115A6 (or 0xF115A6) is known color: Spicy Pink. HEX triplet: F1, 15 and A6. RGB value is (241,21,166). Sum of RGB (Red+Green+Blue) = 241+21+166=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F115A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F115A6 is #0EEA59. Grayscale: #666666. Windows color (decimal): -977498 or 10884593. OLE color: 10884593.
HSL color Cylindrical-coordinate representation of color #F115A6: hue angle of 320.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F115A6 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 166 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.05 |
| HSL | 320.45º | 0.89% | 0.51% | - |
| HSV(B) | 320.45º | 0.91% | 0.95% | - |
| XYZ | 43.43 | 21.99 | 38.03 | - |
| YUV | 103.31 | 163.39 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 166 | 0 | 0.91 | 0.31 | 0.05 | 320.45 | 0.89 | 0.51 |
| Hex | F1 | 15 | A6 | 0 | 5B | 1F | 5 | 140 | 59 | 33 |
| Octal | 361 | 25 | 246 | 0 | 133 | 37 | 5 | 500 | 131 | 63 |
| Binary | 11110001 | 10101 | 10100110 | 0 | 1011011 | 11111 | 101 | 101000000 | 1011001 | 110011 |
Color Harmonies of #F115A6
Complementary color
Monochromatic Colors of #F115A6
Black with #F115A6
Text Example
Text Example
White with #F115A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115A6; }
p { color: rgb(241,21,166); }
H1.HeaderClassName
{
color: #F115A6;
}
.AnyTagClassName
{
color: #F115A6;
}
</style>
background-color css
<style>
a { background-color: #F115A6; }
a { background-color: rgb(241,21,166); }
div.DivClassName
{
background-color: #F115A6;
}
.BgClassName
{
background-color: #F115A6;
}
</style>
border-color css
<style>
span { border-color: #F115A6; }
span { border-color: rgb(241,21,166); }
td.TdClassName
{
border-color: #F115A6;
}
.TagClassName
{
border-color: #F115A6;
}
</style>