Shades of Spicy Pink #F224BB
Tints of Spicy Pink #F224BB
RGB
CMYK
RGB Variations
Color information
#F224BB (or 0xF224BB) is known color: Spicy Pink. HEX triplet: F2, 24 and BB. RGB value is (242,36,187). Sum of RGB (Red+Green+Blue) = 242+36+187=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F224BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F224BB is #0DDB44. Grayscale: #727272. Windows color (decimal): -908101 or 12264690. OLE color: 12264690.
HSL color Cylindrical-coordinate representation of color #F224BB: hue angle of 316.02º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F224BB is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 187 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.05 |
| HSL | 316.02º | 0.89% | 0.55% | - |
| HSV(B) | 316.02º | 0.85% | 0.95% | - |
| XYZ | 46.22 | 23.73 | 49.16 | - |
| YUV | 114.81 | 168.75 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 187 | 0 | 0.85 | 0.23 | 0.05 | 316.02 | 0.89 | 0.55 |
| Hex | F2 | 24 | BB | 0 | 55 | 17 | 5 | 13C | 59 | 37 |
| Octal | 362 | 44 | 273 | 0 | 125 | 27 | 5 | 474 | 131 | 67 |
| Binary | 11110010 | 100100 | 10111011 | 0 | 1010101 | 10111 | 101 | 100111100 | 1011001 | 110111 |
Color Harmonies of #F224BB
Complementary color
Monochromatic Colors of #F224BB
Black with #F224BB
Text Example
Text Example
White with #F224BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F224BB; }
p { color: rgb(242,36,187); }
H1.HeaderClassName
{
color: #F224BB;
}
.AnyTagClassName
{
color: #F224BB;
}
</style>
background-color css
<style>
a { background-color: #F224BB; }
a { background-color: rgb(242,36,187); }
div.DivClassName
{
background-color: #F224BB;
}
.BgClassName
{
background-color: #F224BB;
}
</style>
border-color css
<style>
span { border-color: #F224BB; }
span { border-color: rgb(242,36,187); }
td.TdClassName
{
border-color: #F224BB;
}
.TagClassName
{
border-color: #F224BB;
}
</style>