Shades of Persian Rose #FE26AA
Tints of Persian Rose #FE26AA
RGB
CMYK
RGB Variations
Color information
#FE26AA (or 0xFE26AA) is known color: Persian Rose. HEX triplet: FE, 26 and AA. RGB value is (254,38,170). Sum of RGB (Red+Green+Blue) = 254+38+170=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE26AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE26AA is #01D955. Grayscale: #757575. Windows color (decimal): -121174 or 11151102. OLE color: 11151102.
HSL color Cylindrical-coordinate representation of color #FE26AA: hue angle of 323.33º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE26AA is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 170 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.00 |
| HSL | 323.33º | 0.99% | 0.57% | - |
| HSV(B) | 323.33º | 0.85% | 1% | - |
| XYZ | 48.82 | 25.36 | 40.35 | - |
| YUV | 117.63 | 157.56 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 170 | 0 | 0.85 | 0.33 | 0.00 | 323.33 | 0.99 | 0.57 |
| Hex | FE | 26 | AA | 0 | 55 | 21 | 0 | 143 | 63 | 39 |
| Octal | 376 | 46 | 252 | 0 | 125 | 41 | 0 | 503 | 143 | 71 |
| Binary | 11111110 | 100110 | 10101010 | 0 | 1010101 | 100001 | 0 | 101000011 | 1100011 | 111001 |
Color Harmonies of #FE26AA
Complementary color
Monochromatic Colors of #FE26AA
Black with #FE26AA
Text Example
Text Example
White with #FE26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE26AA; }
p { color: rgb(254,38,170); }
H1.HeaderClassName
{
color: #FE26AA;
}
.AnyTagClassName
{
color: #FE26AA;
}
</style>
background-color css
<style>
a { background-color: #FE26AA; }
a { background-color: rgb(254,38,170); }
div.DivClassName
{
background-color: #FE26AA;
}
.BgClassName
{
background-color: #FE26AA;
}
</style>
border-color css
<style>
span { border-color: #FE26AA; }
span { border-color: rgb(254,38,170); }
td.TdClassName
{
border-color: #FE26AA;
}
.TagClassName
{
border-color: #FE26AA;
}
</style>