Shades of Persian Rose #FE2BA8
Tints of Persian Rose #FE2BA8
RGB
CMYK
RGB Variations
Color information
#FE2BA8 (or 0xFE2BA8) is known color: Persian Rose. HEX triplet: FE, 2B and A8. RGB value is (254,43,168). Sum of RGB (Red+Green+Blue) = 254+43+168=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2BA8 is #01D457. Grayscale: #787878. Windows color (decimal): -119896 or 11021310. OLE color: 11021310.
HSL color Cylindrical-coordinate representation of color #FE2BA8: hue angle of 324.45º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2BA8 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 168 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.00 |
| HSL | 324.46º | 0.99% | 0.58% | - |
| HSV(B) | 324.46º | 0.83% | 1% | - |
| XYZ | 48.8 | 25.63 | 39.42 | - |
| YUV | 120.34 | 154.9 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 168 | 0 | 0.83 | 0.34 | 0.00 | 324.46 | 0.99 | 0.58 |
| Hex | FE | 2B | A8 | 0 | 53 | 22 | 0 | 144 | 63 | 3A |
| Octal | 376 | 53 | 250 | 0 | 123 | 42 | 0 | 504 | 143 | 72 |
| Binary | 11111110 | 101011 | 10101000 | 0 | 1010011 | 100010 | 0 | 101000100 | 1100011 | 111010 |
Color Harmonies of #FE2BA8
Complementary color
Monochromatic Colors of #FE2BA8
Black with #FE2BA8
Text Example
Text Example
White with #FE2BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BA8; }
p { color: rgb(254,43,168); }
H1.HeaderClassName
{
color: #FE2BA8;
}
.AnyTagClassName
{
color: #FE2BA8;
}
</style>
background-color css
<style>
a { background-color: #FE2BA8; }
a { background-color: rgb(254,43,168); }
div.DivClassName
{
background-color: #FE2BA8;
}
.BgClassName
{
background-color: #FE2BA8;
}
</style>
border-color css
<style>
span { border-color: #FE2BA8; }
span { border-color: rgb(254,43,168); }
td.TdClassName
{
border-color: #FE2BA8;
}
.TagClassName
{
border-color: #FE2BA8;
}
</style>