Shades of Spicy Pink #FF25B0
Tints of Spicy Pink #FF25B0
RGB
CMYK
RGB Variations
Color information
#FF25B0 (or 0xFF25B0) is known color: Spicy Pink. HEX triplet: FF, 25 and B0. RGB value is (255,37,176). Sum of RGB (Red+Green+Blue) = 255+37+176=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF25B0 is #00DA4F. Grayscale: #757575. Windows color (decimal): -55888 or 11544063. OLE color: 11544063.
HSL color Cylindrical-coordinate representation of color #FF25B0: hue angle of 321.74º 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 #FF25B0 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 176 | - |
| CMYK | 0 | 0.85 | 0.31 | 0 |
| HSL | 321.74º | 1% | 0.57% | - |
| HSV(B) | 321.74º | 0.85% | 1% | - |
| XYZ | 49.74 | 25.72 | 43.42 | - |
| YUV | 118.03 | 160.72 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 176 | 0 | 0.85 | 0.31 | 0 | 321.74 | 1 | 0.57 |
| Hex | FF | 25 | B0 | 0 | 55 | 1F | 0 | 142 | 64 | 39 |
| Octal | 377 | 45 | 260 | 0 | 125 | 37 | 0 | 502 | 144 | 71 |
| Binary | 11111111 | 100101 | 10110000 | 0 | 1010101 | 11111 | 0 | 101000010 | 1100100 | 111001 |
Color Harmonies of #FF25B0
Complementary color
Monochromatic Colors of #FF25B0
Black with #FF25B0
Text Example
Text Example
White with #FF25B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25B0; }
p { color: rgb(255,37,176); }
H1.HeaderClassName
{
color: #FF25B0;
}
.AnyTagClassName
{
color: #FF25B0;
}
</style>
background-color css
<style>
a { background-color: #FF25B0; }
a { background-color: rgb(255,37,176); }
div.DivClassName
{
background-color: #FF25B0;
}
.BgClassName
{
background-color: #FF25B0;
}
</style>
border-color css
<style>
span { border-color: #FF25B0; }
span { border-color: rgb(255,37,176); }
td.TdClassName
{
border-color: #FF25B0;
}
.TagClassName
{
border-color: #FF25B0;
}
</style>