Shades of Persian Rose #FE26A6
Tints of Persian Rose #FE26A6
RGB
CMYK
RGB Variations
Color information
#FE26A6 (or 0xFE26A6) is known color: Persian Rose. HEX triplet: FE, 26 and A6. RGB value is (254,38,166). Sum of RGB (Red+Green+Blue) = 254+38+166=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE26A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE26A6 is #01D959. Grayscale: #747474. Windows color (decimal): -121178 or 10888958. OLE color: 10888958.
HSL color Cylindrical-coordinate representation of color #FE26A6: hue angle of 324.44º 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 #FE26A6 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 166 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.00 |
| HSL | 324.44º | 0.99% | 0.57% | - |
| HSV(B) | 324.44º | 0.85% | 1% | - |
| XYZ | 48.45 | 25.21 | 38.39 | - |
| YUV | 117.18 | 155.56 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 166 | 0 | 0.85 | 0.35 | 0.00 | 324.44 | 0.99 | 0.57 |
| Hex | FE | 26 | A6 | 0 | 55 | 23 | 0 | 144 | 63 | 39 |
| Octal | 376 | 46 | 246 | 0 | 125 | 43 | 0 | 504 | 143 | 71 |
| Binary | 11111110 | 100110 | 10100110 | 0 | 1010101 | 100011 | 0 | 101000100 | 1100011 | 111001 |
Color Harmonies of #FE26A6
Complementary color
Monochromatic Colors of #FE26A6
Black with #FE26A6
Text Example
Text Example
White with #FE26A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE26A6; }
p { color: rgb(254,38,166); }
H1.HeaderClassName
{
color: #FE26A6;
}
.AnyTagClassName
{
color: #FE26A6;
}
</style>
background-color css
<style>
a { background-color: #FE26A6; }
a { background-color: rgb(254,38,166); }
div.DivClassName
{
background-color: #FE26A6;
}
.BgClassName
{
background-color: #FE26A6;
}
</style>
border-color css
<style>
span { border-color: #FE26A6; }
span { border-color: rgb(254,38,166); }
td.TdClassName
{
border-color: #FE26A6;
}
.TagClassName
{
border-color: #FE26A6;
}
</style>