Shades of Spicy Pink #F224BC
Tints of Spicy Pink #F224BC
RGB
CMYK
RGB Variations
Color information
#F224BC (or 0xF224BC) is known color: Spicy Pink. HEX triplet: F2, 24 and BC. RGB value is (242,36,188). Sum of RGB (Red+Green+Blue) = 242+36+188=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F224BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F224BC is #0DDB43. Grayscale: #727272. Windows color (decimal): -908100 or 12330226. OLE color: 12330226.
HSL color Cylindrical-coordinate representation of color #F224BC: hue angle of 315.73º 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 #F224BC is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 188 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.05 |
| HSL | 315.73º | 0.89% | 0.55% | - |
| HSV(B) | 315.73º | 0.85% | 0.95% | - |
| XYZ | 46.33 | 23.77 | 49.72 | - |
| YUV | 114.92 | 169.25 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 188 | 0 | 0.85 | 0.22 | 0.05 | 315.73 | 0.89 | 0.55 |
| Hex | F2 | 24 | BC | 0 | 55 | 16 | 5 | 13C | 59 | 37 |
| Octal | 362 | 44 | 274 | 0 | 125 | 26 | 5 | 474 | 131 | 67 |
| Binary | 11110010 | 100100 | 10111100 | 0 | 1010101 | 10110 | 101 | 100111100 | 1011001 | 110111 |
Color Harmonies of #F224BC
Complementary color
Monochromatic Colors of #F224BC
Black with #F224BC
Text Example
Text Example
White with #F224BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F224BC; }
p { color: rgb(242,36,188); }
H1.HeaderClassName
{
color: #F224BC;
}
.AnyTagClassName
{
color: #F224BC;
}
</style>
background-color css
<style>
a { background-color: #F224BC; }
a { background-color: rgb(242,36,188); }
div.DivClassName
{
background-color: #F224BC;
}
.BgClassName
{
background-color: #F224BC;
}
</style>
border-color css
<style>
span { border-color: #F224BC; }
span { border-color: rgb(242,36,188); }
td.TdClassName
{
border-color: #F224BC;
}
.TagClassName
{
border-color: #F224BC;
}
</style>