Shades of Spicy Pink #FF25AC
Tints of Spicy Pink #FF25AC
RGB
CMYK
RGB Variations
Color information
#FF25AC (or 0xFF25AC) is known color: Spicy Pink. HEX triplet: FF, 25 and AC. RGB value is (255,37,172). Sum of RGB (Red+Green+Blue) = 255+37+172=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF25AC is #00DA53. Grayscale: #757575. Windows color (decimal): -55892 or 11281919. OLE color: 11281919.
HSL color Cylindrical-coordinate representation of color #FF25AC: hue angle of 322.84º 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 #FF25AC is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 172 | - |
| CMYK | 0 | 0.85 | 0.33 | 0 |
| HSL | 322.84º | 1% | 0.57% | - |
| HSV(B) | 322.84º | 0.85% | 1% | - |
| XYZ | 49.35 | 25.56 | 41.36 | - |
| YUV | 117.57 | 158.72 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 172 | 0 | 0.85 | 0.33 | 0 | 322.84 | 1 | 0.57 |
| Hex | FF | 25 | AC | 0 | 55 | 21 | 0 | 143 | 64 | 39 |
| Octal | 377 | 45 | 254 | 0 | 125 | 41 | 0 | 503 | 144 | 71 |
| Binary | 11111111 | 100101 | 10101100 | 0 | 1010101 | 100001 | 0 | 101000011 | 1100100 | 111001 |
Color Harmonies of #FF25AC
Complementary color
Monochromatic Colors of #FF25AC
Black with #FF25AC
Text Example
Text Example
White with #FF25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25AC; }
p { color: rgb(255,37,172); }
H1.HeaderClassName
{
color: #FF25AC;
}
.AnyTagClassName
{
color: #FF25AC;
}
</style>
background-color css
<style>
a { background-color: #FF25AC; }
a { background-color: rgb(255,37,172); }
div.DivClassName
{
background-color: #FF25AC;
}
.BgClassName
{
background-color: #FF25AC;
}
</style>
border-color css
<style>
span { border-color: #FF25AC; }
span { border-color: rgb(255,37,172); }
td.TdClassName
{
border-color: #FF25AC;
}
.TagClassName
{
border-color: #FF25AC;
}
</style>