Shades of Spicy Pink #FF25BB
Tints of Spicy Pink #FF25BB
RGB
CMYK
RGB Variations
Color information
#FF25BB (or 0xFF25BB) is known color: Spicy Pink. HEX triplet: FF, 25 and BB. RGB value is (255,37,187). Sum of RGB (Red+Green+Blue) = 255+37+187=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 37 (14.84% from 255 or 7.72% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25BB is #00DA44. Grayscale: #767676. Windows color (decimal): -55877 or 12264959. OLE color: 12264959.
HSL color Cylindrical-coordinate representation of color #FF25BB: hue angle of 318.72º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF25BB is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 187 | - |
| CMYK | 0 | 0.85 | 0.27 | 0 |
| HSL | 318.72º | 1% | 0.57% | - |
| HSV(B) | 318.72º | 0.85% | 1% | - |
| XYZ | 50.87 | 26.17 | 49.38 | - |
| YUV | 119.28 | 166.22 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 187 | 0 | 0.85 | 0.27 | 0 | 318.72 | 1 | 0.57 |
| Hex | FF | 25 | BB | 0 | 55 | 1B | 0 | 13F | 64 | 39 |
| Octal | 377 | 45 | 273 | 0 | 125 | 33 | 0 | 477 | 144 | 71 |
| Binary | 11111111 | 100101 | 10111011 | 0 | 1010101 | 11011 | 0 | 100111111 | 1100100 | 111001 |
Color Harmonies of #FF25BB
Complementary color
Monochromatic Colors of #FF25BB
Black with #FF25BB
Text Example
Text Example
White with #FF25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25BB; }
p { color: rgb(255,37,187); }
H1.HeaderClassName
{
color: #FF25BB;
}
.AnyTagClassName
{
color: #FF25BB;
}
</style>
background-color css
<style>
a { background-color: #FF25BB; }
a { background-color: rgb(255,37,187); }
div.DivClassName
{
background-color: #FF25BB;
}
.BgClassName
{
background-color: #FF25BB;
}
</style>
border-color css
<style>
span { border-color: #FF25BB; }
span { border-color: rgb(255,37,187); }
td.TdClassName
{
border-color: #FF25BB;
}
.TagClassName
{
border-color: #FF25BB;
}
</style>