Shades of Spicy Pink #FF25B9
Tints of Spicy Pink #FF25B9
RGB
CMYK
RGB Variations
Color information
#FF25B9 (or 0xFF25B9) is known color: Spicy Pink. HEX triplet: FF, 25 and B9. RGB value is (255,37,185). Sum of RGB (Red+Green+Blue) = 255+37+185=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25B9 is #00DA46. Grayscale: #767676. Windows color (decimal): -55879 or 12133887. OLE color: 12133887.
HSL color Cylindrical-coordinate representation of color #FF25B9: hue angle of 319.27º 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 #FF25B9 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 185 | - |
| CMYK | 0 | 0.85 | 0.27 | 0 |
| HSL | 319.27º | 1% | 0.57% | - |
| HSV(B) | 319.27º | 0.85% | 1% | - |
| XYZ | 50.66 | 26.09 | 48.26 | - |
| YUV | 119.05 | 165.22 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 185 | 0 | 0.85 | 0.27 | 0 | 319.27 | 1 | 0.57 |
| Hex | FF | 25 | B9 | 0 | 55 | 1B | 0 | 13F | 64 | 39 |
| Octal | 377 | 45 | 271 | 0 | 125 | 33 | 0 | 477 | 144 | 71 |
| Binary | 11111111 | 100101 | 10111001 | 0 | 1010101 | 11011 | 0 | 100111111 | 1100100 | 111001 |
Color Harmonies of #FF25B9
Complementary color
Monochromatic Colors of #FF25B9
Black with #FF25B9
Text Example
Text Example
White with #FF25B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25B9; }
p { color: rgb(255,37,185); }
H1.HeaderClassName
{
color: #FF25B9;
}
.AnyTagClassName
{
color: #FF25B9;
}
</style>
background-color css
<style>
a { background-color: #FF25B9; }
a { background-color: rgb(255,37,185); }
div.DivClassName
{
background-color: #FF25B9;
}
.BgClassName
{
background-color: #FF25B9;
}
</style>
border-color css
<style>
span { border-color: #FF25B9; }
span { border-color: rgb(255,37,185); }
td.TdClassName
{
border-color: #FF25B9;
}
.TagClassName
{
border-color: #FF25B9;
}
</style>