Shades of Spicy Pink #FF25BD
Tints of Spicy Pink #FF25BD
RGB
CMYK
RGB Variations
Color information
#FF25BD (or 0xFF25BD) is known color: Spicy Pink. HEX triplet: FF, 25 and BD. RGB value is (255,37,189). Sum of RGB (Red+Green+Blue) = 255+37+189=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25BD is #00DA42. Grayscale: #777777. Windows color (decimal): -55875 or 12396031. OLE color: 12396031.
HSL color Cylindrical-coordinate representation of color #FF25BD: hue angle of 318.17º 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 #FF25BD is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 189 | - |
| CMYK | 0 | 0.85 | 0.26 | 0 |
| HSL | 318.17º | 1% | 0.57% | - |
| HSV(B) | 318.17º | 0.85% | 1% | - |
| XYZ | 51.09 | 26.26 | 50.52 | - |
| YUV | 119.51 | 167.22 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 189 | 0 | 0.85 | 0.26 | 0 | 318.17 | 1 | 0.57 |
| Hex | FF | 25 | BD | 0 | 55 | 1A | 0 | 13E | 64 | 39 |
| Octal | 377 | 45 | 275 | 0 | 125 | 32 | 0 | 476 | 144 | 71 |
| Binary | 11111111 | 100101 | 10111101 | 0 | 1010101 | 11010 | 0 | 100111110 | 1100100 | 111001 |
Color Harmonies of #FF25BD
Complementary color
Monochromatic Colors of #FF25BD
Black with #FF25BD
Text Example
Text Example
White with #FF25BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25BD; }
p { color: rgb(255,37,189); }
H1.HeaderClassName
{
color: #FF25BD;
}
.AnyTagClassName
{
color: #FF25BD;
}
</style>
background-color css
<style>
a { background-color: #FF25BD; }
a { background-color: rgb(255,37,189); }
div.DivClassName
{
background-color: #FF25BD;
}
.BgClassName
{
background-color: #FF25BD;
}
</style>
border-color css
<style>
span { border-color: #FF25BD; }
span { border-color: rgb(255,37,189); }
td.TdClassName
{
border-color: #FF25BD;
}
.TagClassName
{
border-color: #FF25BD;
}
</style>