Shades of Spicy Pink #F226B0
Tints of Spicy Pink #F226B0
RGB
CMYK
RGB Variations
Color information
#F226B0 (or 0xF226B0) is known color: Spicy Pink. HEX triplet: F2, 26 and B0. RGB value is (242,38,176). Sum of RGB (Red+Green+Blue) = 242+38+176=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F226B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F226B0 is #0DD94F. Grayscale: #727272. Windows color (decimal): -907600 or 11544306. OLE color: 11544306.
HSL color Cylindrical-coordinate representation of color #F226B0: hue angle of 319.41º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F226B0 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 176 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.05 |
| HSL | 319.41º | 0.89% | 0.55% | - |
| HSV(B) | 319.41º | 0.84% | 0.95% | - |
| XYZ | 45.15 | 23.4 | 43.21 | - |
| YUV | 114.73 | 162.59 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 176 | 0 | 0.84 | 0.27 | 0.05 | 319.41 | 0.89 | 0.55 |
| Hex | F2 | 26 | B0 | 0 | 54 | 1B | 5 | 13F | 59 | 37 |
| Octal | 362 | 46 | 260 | 0 | 124 | 33 | 5 | 477 | 131 | 67 |
| Binary | 11110010 | 100110 | 10110000 | 0 | 1010100 | 11011 | 101 | 100111111 | 1011001 | 110111 |
Color Harmonies of #F226B0
Complementary color
Monochromatic Colors of #F226B0
Black with #F226B0
Text Example
Text Example
White with #F226B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F226B0; }
p { color: rgb(242,38,176); }
H1.HeaderClassName
{
color: #F226B0;
}
.AnyTagClassName
{
color: #F226B0;
}
</style>
background-color css
<style>
a { background-color: #F226B0; }
a { background-color: rgb(242,38,176); }
div.DivClassName
{
background-color: #F226B0;
}
.BgClassName
{
background-color: #F226B0;
}
</style>
border-color css
<style>
span { border-color: #F226B0; }
span { border-color: rgb(242,38,176); }
td.TdClassName
{
border-color: #F226B0;
}
.TagClassName
{
border-color: #F226B0;
}
</style>