Shades of Spicy Pink #F225BB
Tints of Spicy Pink #F225BB
RGB
CMYK
RGB Variations
Color information
#F225BB (or 0xF225BB) is known color: Spicy Pink. HEX triplet: F2, 25 and BB. RGB value is (242,37,187). Sum of RGB (Red+Green+Blue) = 242+37+187=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F225BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F225BB is #0DDA44. Grayscale: #737373. Windows color (decimal): -907845 or 12264946. OLE color: 12264946.
HSL color Cylindrical-coordinate representation of color #F225BB: hue angle of 316.1º 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 #F225BB is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 187 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.05 |
| HSL | 316.1º | 0.89% | 0.55% | - |
| HSV(B) | 316.1º | 0.85% | 0.95% | - |
| XYZ | 46.25 | 23.79 | 49.17 | - |
| YUV | 115.4 | 168.42 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 187 | 0 | 0.85 | 0.23 | 0.05 | 316.1 | 0.89 | 0.55 |
| Hex | F2 | 25 | BB | 0 | 55 | 17 | 5 | 13C | 59 | 37 |
| Octal | 362 | 45 | 273 | 0 | 125 | 27 | 5 | 474 | 131 | 67 |
| Binary | 11110010 | 100101 | 10111011 | 0 | 1010101 | 10111 | 101 | 100111100 | 1011001 | 110111 |
Color Harmonies of #F225BB
Complementary color
Monochromatic Colors of #F225BB
Black with #F225BB
Text Example
Text Example
White with #F225BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F225BB; }
p { color: rgb(242,37,187); }
H1.HeaderClassName
{
color: #F225BB;
}
.AnyTagClassName
{
color: #F225BB;
}
</style>
background-color css
<style>
a { background-color: #F225BB; }
a { background-color: rgb(242,37,187); }
div.DivClassName
{
background-color: #F225BB;
}
.BgClassName
{
background-color: #F225BB;
}
</style>
border-color css
<style>
span { border-color: #F225BB; }
span { border-color: rgb(242,37,187); }
td.TdClassName
{
border-color: #F225BB;
}
.TagClassName
{
border-color: #F225BB;
}
</style>