Shades of Spicy Pink #FF25B5
Tints of Spicy Pink #FF25B5
RGB
CMYK
RGB Variations
Color information
#FF25B5 (or 0xFF25B5) is known color: Spicy Pink. HEX triplet: FF, 25 and B5. RGB value is (255,37,181). Sum of RGB (Red+Green+Blue) = 255+37+181=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25B5 is #00DA4A. Grayscale: #767676. Windows color (decimal): -55883 or 11871743. OLE color: 11871743.
HSL color Cylindrical-coordinate representation of color #FF25B5: hue angle of 320.37º 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 #FF25B5 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 181 | - |
| CMYK | 0 | 0.85 | 0.29 | 0 |
| HSL | 320.37º | 1% | 0.57% | - |
| HSV(B) | 320.37º | 0.85% | 1% | - |
| XYZ | 50.24 | 25.92 | 46.07 | - |
| YUV | 118.6 | 163.22 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 181 | 0 | 0.85 | 0.29 | 0 | 320.37 | 1 | 0.57 |
| Hex | FF | 25 | B5 | 0 | 55 | 1D | 0 | 140 | 64 | 39 |
| Octal | 377 | 45 | 265 | 0 | 125 | 35 | 0 | 500 | 144 | 71 |
| Binary | 11111111 | 100101 | 10110101 | 0 | 1010101 | 11101 | 0 | 101000000 | 1100100 | 111001 |
Color Harmonies of #FF25B5
Complementary color
Monochromatic Colors of #FF25B5
Black with #FF25B5
Text Example
Text Example
White with #FF25B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25B5; }
p { color: rgb(255,37,181); }
H1.HeaderClassName
{
color: #FF25B5;
}
.AnyTagClassName
{
color: #FF25B5;
}
</style>
background-color css
<style>
a { background-color: #FF25B5; }
a { background-color: rgb(255,37,181); }
div.DivClassName
{
background-color: #FF25B5;
}
.BgClassName
{
background-color: #FF25B5;
}
</style>
border-color css
<style>
span { border-color: #FF25B5; }
span { border-color: rgb(255,37,181); }
td.TdClassName
{
border-color: #FF25B5;
}
.TagClassName
{
border-color: #FF25B5;
}
</style>