Shades of Spicy Pink #F425BB
Tints of Spicy Pink #F425BB
RGB
CMYK
RGB Variations
Color information
#F425BB (or 0xF425BB) is known color: Spicy Pink. HEX triplet: F4, 25 and BB. RGB value is (244,37,187). Sum of RGB (Red+Green+Blue) = 244+37+187=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F425BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425BB is #0BDA44. Grayscale: #737373. Windows color (decimal): -776773 or 12264948. OLE color: 12264948.
HSL color Cylindrical-coordinate representation of color #F425BB: hue angle of 316.52º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F425BB is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 187 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.04 |
| HSL | 316.52º | 0.9% | 0.55% | - |
| HSV(B) | 316.52º | 0.85% | 0.96% | - |
| XYZ | 46.94 | 24.14 | 49.2 | - |
| YUV | 115.99 | 168.08 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 187 | 0 | 0.85 | 0.23 | 0.04 | 316.52 | 0.9 | 0.55 |
| Hex | F4 | 25 | BB | 0 | 55 | 17 | 4 | 13D | 5A | 37 |
| Octal | 364 | 45 | 273 | 0 | 125 | 27 | 4 | 475 | 132 | 67 |
| Binary | 11110100 | 100101 | 10111011 | 0 | 1010101 | 10111 | 100 | 100111101 | 1011010 | 110111 |
Color Harmonies of #F425BB
Complementary color
Monochromatic Colors of #F425BB
Black with #F425BB
Text Example
Text Example
White with #F425BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F425BB; }
p { color: rgb(244,37,187); }
H1.HeaderClassName
{
color: #F425BB;
}
.AnyTagClassName
{
color: #F425BB;
}
</style>
background-color css
<style>
a { background-color: #F425BB; }
a { background-color: rgb(244,37,187); }
div.DivClassName
{
background-color: #F425BB;
}
.BgClassName
{
background-color: #F425BB;
}
</style>
border-color css
<style>
span { border-color: #F425BB; }
span { border-color: rgb(244,37,187); }
td.TdClassName
{
border-color: #F425BB;
}
.TagClassName
{
border-color: #F425BB;
}
</style>