Shades of Persian Rose #FF26A8
Tints of Persian Rose #FF26A8
RGB
CMYK
RGB Variations
Color information
#FF26A8 (or 0xFF26A8) is known color: Persian Rose. HEX triplet: FF, 26 and A8. RGB value is (255,38,168). Sum of RGB (Red+Green+Blue) = 255+38+168=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 38 (15.23% from 255 or 8.24% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF26A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF26A8 is #00D957. Grayscale: #757575. Windows color (decimal): -55640 or 11020031. OLE color: 11020031.
HSL color Cylindrical-coordinate representation of color #FF26A8: hue angle of 324.06º 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 #FF26A8 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 168 | - |
| CMYK | 0 | 0.85 | 0.34 | 0 |
| HSL | 324.06º | 1% | 0.57% | - |
| HSV(B) | 324.06º | 0.85% | 1% | - |
| XYZ | 49 | 25.47 | 39.38 | - |
| YUV | 117.7 | 156.39 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 168 | 0 | 0.85 | 0.34 | 0 | 324.06 | 1 | 0.57 |
| Hex | FF | 26 | A8 | 0 | 55 | 22 | 0 | 144 | 64 | 39 |
| Octal | 377 | 46 | 250 | 0 | 125 | 42 | 0 | 504 | 144 | 71 |
| Binary | 11111111 | 100110 | 10101000 | 0 | 1010101 | 100010 | 0 | 101000100 | 1100100 | 111001 |
Color Harmonies of #FF26A8
Complementary color
Monochromatic Colors of #FF26A8
Black with #FF26A8
Text Example
Text Example
White with #FF26A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF26A8; }
p { color: rgb(255,38,168); }
H1.HeaderClassName
{
color: #FF26A8;
}
.AnyTagClassName
{
color: #FF26A8;
}
</style>
background-color css
<style>
a { background-color: #FF26A8; }
a { background-color: rgb(255,38,168); }
div.DivClassName
{
background-color: #FF26A8;
}
.BgClassName
{
background-color: #FF26A8;
}
</style>
border-color css
<style>
span { border-color: #FF26A8; }
span { border-color: rgb(255,38,168); }
td.TdClassName
{
border-color: #FF26A8;
}
.TagClassName
{
border-color: #FF26A8;
}
</style>