Shades of Spicy Pink #F116B3
Tints of Spicy Pink #F116B3
RGB
CMYK
RGB Variations
Color information
#F116B3 (or 0xF116B3) is known color: Spicy Pink. HEX triplet: F1, 16 and B3. RGB value is (241,22,179). Sum of RGB (Red+Green+Blue) = 241+22+179=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F116B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116B3 is #0EE94C. Grayscale: #686868. Windows color (decimal): -977229 or 11736817. OLE color: 11736817.
HSL color Cylindrical-coordinate representation of color #F116B3: hue angle of 316.99º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F116B3 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 179 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.05 |
| HSL | 316.99º | 0.89% | 0.52% | - |
| HSV(B) | 316.99º | 0.91% | 0.95% | - |
| XYZ | 44.7 | 22.53 | 44.64 | - |
| YUV | 105.38 | 169.55 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 179 | 0 | 0.91 | 0.26 | 0.05 | 316.99 | 0.89 | 0.52 |
| Hex | F1 | 16 | B3 | 0 | 5B | 1A | 5 | 13D | 59 | 34 |
| Octal | 361 | 26 | 263 | 0 | 133 | 32 | 5 | 475 | 131 | 64 |
| Binary | 11110001 | 10110 | 10110011 | 0 | 1011011 | 11010 | 101 | 100111101 | 1011001 | 110100 |
Color Harmonies of #F116B3
Complementary color
Monochromatic Colors of #F116B3
Black with #F116B3
Text Example
Text Example
White with #F116B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116B3; }
p { color: rgb(241,22,179); }
H1.HeaderClassName
{
color: #F116B3;
}
.AnyTagClassName
{
color: #F116B3;
}
</style>
background-color css
<style>
a { background-color: #F116B3; }
a { background-color: rgb(241,22,179); }
div.DivClassName
{
background-color: #F116B3;
}
.BgClassName
{
background-color: #F116B3;
}
</style>
border-color css
<style>
span { border-color: #F116B3; }
span { border-color: rgb(241,22,179); }
td.TdClassName
{
border-color: #F116B3;
}
.TagClassName
{
border-color: #F116B3;
}
</style>