Shades of Spicy Pink #F229BB
Tints of Spicy Pink #F229BB
RGB
CMYK
RGB Variations
Color information
#F229BB (or 0xF229BB) is known color: Spicy Pink. HEX triplet: F2, 29 and BB. RGB value is (242,41,187). Sum of RGB (Red+Green+Blue) = 242+41+187=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F229BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F229BB is #0DD644. Grayscale: #757575. Windows color (decimal): -906821 or 12265970. OLE color: 12265970.
HSL color Cylindrical-coordinate representation of color #F229BB: hue angle of 316.42º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F229BB is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 187 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.05 |
| HSL | 316.42º | 0.89% | 0.55% | - |
| HSV(B) | 316.42º | 0.83% | 0.95% | - |
| XYZ | 46.38 | 24.05 | 49.21 | - |
| YUV | 117.74 | 167.09 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 187 | 0 | 0.83 | 0.23 | 0.05 | 316.42 | 0.89 | 0.55 |
| Hex | F2 | 29 | BB | 0 | 53 | 17 | 5 | 13C | 59 | 37 |
| Octal | 362 | 51 | 273 | 0 | 123 | 27 | 5 | 474 | 131 | 67 |
| Binary | 11110010 | 101001 | 10111011 | 0 | 1010011 | 10111 | 101 | 100111100 | 1011001 | 110111 |
Color Harmonies of #F229BB
Complementary color
Monochromatic Colors of #F229BB
Black with #F229BB
Text Example
Text Example
White with #F229BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229BB; }
p { color: rgb(242,41,187); }
H1.HeaderClassName
{
color: #F229BB;
}
.AnyTagClassName
{
color: #F229BB;
}
</style>
background-color css
<style>
a { background-color: #F229BB; }
a { background-color: rgb(242,41,187); }
div.DivClassName
{
background-color: #F229BB;
}
.BgClassName
{
background-color: #F229BB;
}
</style>
border-color css
<style>
span { border-color: #F229BB; }
span { border-color: rgb(242,41,187); }
td.TdClassName
{
border-color: #F229BB;
}
.TagClassName
{
border-color: #F229BB;
}
</style>