Shades of Spicy Pink #F225BD
Tints of Spicy Pink #F225BD
RGB
CMYK
RGB Variations
Color information
#F225BD (or 0xF225BD) is known color: Spicy Pink. HEX triplet: F2, 25 and BD. RGB value is (242,37,189). Sum of RGB (Red+Green+Blue) = 242+37+189=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F225BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F225BD is #0DDA42. Grayscale: #737373. Windows color (decimal): -907843 or 12396018. OLE color: 12396018.
HSL color Cylindrical-coordinate representation of color #F225BD: hue angle of 315.51º 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 #F225BD is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 189 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.05 |
| HSL | 315.51º | 0.89% | 0.55% | - |
| HSV(B) | 315.51º | 0.85% | 0.95% | - |
| XYZ | 46.46 | 23.87 | 50.3 | - |
| YUV | 115.62 | 169.42 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 189 | 0 | 0.85 | 0.22 | 0.05 | 315.51 | 0.89 | 0.55 |
| Hex | F2 | 25 | BD | 0 | 55 | 16 | 5 | 13C | 59 | 37 |
| Octal | 362 | 45 | 275 | 0 | 125 | 26 | 5 | 474 | 131 | 67 |
| Binary | 11110010 | 100101 | 10111101 | 0 | 1010101 | 10110 | 101 | 100111100 | 1011001 | 110111 |
Color Harmonies of #F225BD
Complementary color
Monochromatic Colors of #F225BD
Black with #F225BD
Text Example
Text Example
White with #F225BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F225BD; }
p { color: rgb(242,37,189); }
H1.HeaderClassName
{
color: #F225BD;
}
.AnyTagClassName
{
color: #F225BD;
}
</style>
background-color css
<style>
a { background-color: #F225BD; }
a { background-color: rgb(242,37,189); }
div.DivClassName
{
background-color: #F225BD;
}
.BgClassName
{
background-color: #F225BD;
}
</style>
border-color css
<style>
span { border-color: #F225BD; }
span { border-color: rgb(242,37,189); }
td.TdClassName
{
border-color: #F225BD;
}
.TagClassName
{
border-color: #F225BD;
}
</style>