Shades of Spicy Pink #FF25BA
Tints of Spicy Pink #FF25BA
RGB
CMYK
RGB Variations
Color information
#FF25BA (or 0xFF25BA) is known color: Spicy Pink. HEX triplet: FF, 25 and BA. RGB value is (255,37,186). Sum of RGB (Red+Green+Blue) = 255+37+186=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25BA is #00DA45. Grayscale: #767676. Windows color (decimal): -55878 or 12199423. OLE color: 12199423.
HSL color Cylindrical-coordinate representation of color #FF25BA: hue angle of 318.99º 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 #FF25BA is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 186 | - |
| CMYK | 0 | 0.85 | 0.27 | 0 |
| HSL | 318.99º | 1% | 0.57% | - |
| HSV(B) | 318.99º | 0.85% | 1% | - |
| XYZ | 50.76 | 26.13 | 48.82 | - |
| YUV | 119.17 | 165.72 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 186 | 0 | 0.85 | 0.27 | 0 | 318.99 | 1 | 0.57 |
| Hex | FF | 25 | BA | 0 | 55 | 1B | 0 | 13F | 64 | 39 |
| Octal | 377 | 45 | 272 | 0 | 125 | 33 | 0 | 477 | 144 | 71 |
| Binary | 11111111 | 100101 | 10111010 | 0 | 1010101 | 11011 | 0 | 100111111 | 1100100 | 111001 |
Color Harmonies of #FF25BA
Complementary color
Monochromatic Colors of #FF25BA
Black with #FF25BA
Text Example
Text Example
White with #FF25BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25BA; }
p { color: rgb(255,37,186); }
H1.HeaderClassName
{
color: #FF25BA;
}
.AnyTagClassName
{
color: #FF25BA;
}
</style>
background-color css
<style>
a { background-color: #FF25BA; }
a { background-color: rgb(255,37,186); }
div.DivClassName
{
background-color: #FF25BA;
}
.BgClassName
{
background-color: #FF25BA;
}
</style>
border-color css
<style>
span { border-color: #FF25BA; }
span { border-color: rgb(255,37,186); }
td.TdClassName
{
border-color: #FF25BA;
}
.TagClassName
{
border-color: #FF25BA;
}
</style>