Shades of Spicy Pink #FF26AD
Tints of Spicy Pink #FF26AD
RGB
CMYK
RGB Variations
Color information
#FF26AD (or 0xFF26AD) is known color: Spicy Pink. HEX triplet: FF, 26 and AD. RGB value is (255,38,173). Sum of RGB (Red+Green+Blue) = 255+38+173=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF26AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF26AD is #00D952. Grayscale: #757575. Windows color (decimal): -55635 or 11347711. OLE color: 11347711.
HSL color Cylindrical-coordinate representation of color #FF26AD: hue angle of 322.67º 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 #FF26AD is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 173 | - |
| CMYK | 0 | 0.85 | 0.32 | 0 |
| HSL | 322.67º | 1% | 0.57% | - |
| HSV(B) | 322.67º | 0.85% | 1% | - |
| XYZ | 49.48 | 25.66 | 41.88 | - |
| YUV | 118.27 | 158.89 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 173 | 0 | 0.85 | 0.32 | 0 | 322.67 | 1 | 0.57 |
| Hex | FF | 26 | AD | 0 | 55 | 20 | 0 | 143 | 64 | 39 |
| Octal | 377 | 46 | 255 | 0 | 125 | 40 | 0 | 503 | 144 | 71 |
| Binary | 11111111 | 100110 | 10101101 | 0 | 1010101 | 100000 | 0 | 101000011 | 1100100 | 111001 |
Color Harmonies of #FF26AD
Complementary color
Monochromatic Colors of #FF26AD
Black with #FF26AD
Text Example
Text Example
White with #FF26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF26AD; }
p { color: rgb(255,38,173); }
H1.HeaderClassName
{
color: #FF26AD;
}
.AnyTagClassName
{
color: #FF26AD;
}
</style>
background-color css
<style>
a { background-color: #FF26AD; }
a { background-color: rgb(255,38,173); }
div.DivClassName
{
background-color: #FF26AD;
}
.BgClassName
{
background-color: #FF26AD;
}
</style>
border-color css
<style>
span { border-color: #FF26AD; }
span { border-color: rgb(255,38,173); }
td.TdClassName
{
border-color: #FF26AD;
}
.TagClassName
{
border-color: #FF26AD;
}
</style>