Shades of Spicy Pink #F418B1
Tints of Spicy Pink #F418B1
RGB
CMYK
RGB Variations
Color information
#F418B1 (or 0xF418B1) is known color: Spicy Pink. HEX triplet: F4, 18 and B1. RGB value is (244,24,177). Sum of RGB (Red+Green+Blue) = 244+24+177=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F418B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F418B1 is #0BE74E. Grayscale: #6A6A6A. Windows color (decimal): -780111 or 11606260. OLE color: 11606260.
HSL color Cylindrical-coordinate representation of color #F418B1: hue angle of 318.27º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F418B1 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 177 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.04 |
| HSL | 318.27º | 0.91% | 0.53% | - |
| HSV(B) | 318.27º | 0.9% | 0.96% | - |
| XYZ | 45.57 | 23.06 | 43.64 | - |
| YUV | 107.22 | 167.39 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 177 | 0 | 0.90 | 0.27 | 0.04 | 318.27 | 0.91 | 0.53 |
| Hex | F4 | 18 | B1 | 0 | 5A | 1B | 4 | 13E | 5B | 35 |
| Octal | 364 | 30 | 261 | 0 | 132 | 33 | 4 | 476 | 133 | 65 |
| Binary | 11110100 | 11000 | 10110001 | 0 | 1011010 | 11011 | 100 | 100111110 | 1011011 | 110101 |
Color Harmonies of #F418B1
Complementary color
Monochromatic Colors of #F418B1
Black with #F418B1
Text Example
Text Example
White with #F418B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F418B1; }
p { color: rgb(244,24,177); }
H1.HeaderClassName
{
color: #F418B1;
}
.AnyTagClassName
{
color: #F418B1;
}
</style>
background-color css
<style>
a { background-color: #F418B1; }
a { background-color: rgb(244,24,177); }
div.DivClassName
{
background-color: #F418B1;
}
.BgClassName
{
background-color: #F418B1;
}
</style>
border-color css
<style>
span { border-color: #F418B1; }
span { border-color: rgb(244,24,177); }
td.TdClassName
{
border-color: #F418B1;
}
.TagClassName
{
border-color: #F418B1;
}
</style>