Shades of Persian Rose #FE2B9E
Tints of Persian Rose #FE2B9E
RGB
CMYK
RGB Variations
Color information
#FE2B9E (or 0xFE2B9E) is known color: Persian Rose. HEX triplet: FE, 2B and 9E. RGB value is (254,43,158). Sum of RGB (Red+Green+Blue) = 254+43+158=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2B9E is #01D461. Grayscale: #767676. Windows color (decimal): -119906 or 10365950. OLE color: 10365950.
HSL color Cylindrical-coordinate representation of color #FE2B9E: hue angle of 327.3º 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 #FE2B9E is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 158 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.00 |
| HSL | 327.3º | 0.99% | 0.58% | - |
| HSV(B) | 327.3º | 0.83% | 1% | - |
| XYZ | 47.91 | 25.27 | 34.7 | - |
| YUV | 119.2 | 149.9 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 158 | 0 | 0.83 | 0.38 | 0.00 | 327.3 | 0.99 | 0.58 |
| Hex | FE | 2B | 9E | 0 | 53 | 26 | 0 | 147 | 63 | 3A |
| Octal | 376 | 53 | 236 | 0 | 123 | 46 | 0 | 507 | 143 | 72 |
| Binary | 11111110 | 101011 | 10011110 | 0 | 1010011 | 100110 | 0 | 101000111 | 1100011 | 111010 |
Color Harmonies of #FE2B9E
Complementary color
Monochromatic Colors of #FE2B9E
Black with #FE2B9E
Text Example
Text Example
White with #FE2B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B9E; }
p { color: rgb(254,43,158); }
H1.HeaderClassName
{
color: #FE2B9E;
}
.AnyTagClassName
{
color: #FE2B9E;
}
</style>
background-color css
<style>
a { background-color: #FE2B9E; }
a { background-color: rgb(254,43,158); }
div.DivClassName
{
background-color: #FE2B9E;
}
.BgClassName
{
background-color: #FE2B9E;
}
</style>
border-color css
<style>
span { border-color: #FE2B9E; }
span { border-color: rgb(254,43,158); }
td.TdClassName
{
border-color: #FE2B9E;
}
.TagClassName
{
border-color: #FE2B9E;
}
</style>