Shades of Spicy Pink #F124B7
Tints of Spicy Pink #F124B7
RGB
CMYK
RGB Variations
Color information
#F124B7 (or 0xF124B7) is known color: Spicy Pink. HEX triplet: F1, 24 and B7. RGB value is (241,36,183). Sum of RGB (Red+Green+Blue) = 241+36+183=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F124B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124B7 is #0EDB48. Grayscale: #717171. Windows color (decimal): -973641 or 12002545. OLE color: 12002545.
HSL color Cylindrical-coordinate representation of color #F124B7: hue angle of 316.98º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F124B7 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 183 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.05 |
| HSL | 316.98º | 0.88% | 0.54% | - |
| HSV(B) | 316.98º | 0.85% | 0.95% | - |
| XYZ | 45.45 | 23.38 | 46.92 | - |
| YUV | 114.05 | 166.92 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 183 | 0 | 0.85 | 0.24 | 0.05 | 316.98 | 0.88 | 0.54 |
| Hex | F1 | 24 | B7 | 0 | 55 | 18 | 5 | 13D | 58 | 36 |
| Octal | 361 | 44 | 267 | 0 | 125 | 30 | 5 | 475 | 130 | 66 |
| Binary | 11110001 | 100100 | 10110111 | 0 | 1010101 | 11000 | 101 | 100111101 | 1011000 | 110110 |
Color Harmonies of #F124B7
Complementary color
Monochromatic Colors of #F124B7
Black with #F124B7
Text Example
Text Example
White with #F124B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124B7; }
p { color: rgb(241,36,183); }
H1.HeaderClassName
{
color: #F124B7;
}
.AnyTagClassName
{
color: #F124B7;
}
</style>
background-color css
<style>
a { background-color: #F124B7; }
a { background-color: rgb(241,36,183); }
div.DivClassName
{
background-color: #F124B7;
}
.BgClassName
{
background-color: #F124B7;
}
</style>
border-color css
<style>
span { border-color: #F124B7; }
span { border-color: rgb(241,36,183); }
td.TdClassName
{
border-color: #F124B7;
}
.TagClassName
{
border-color: #F124B7;
}
</style>