Shades of Persian Rose #FE2099
Tints of Persian Rose #FE2099
RGB
CMYK
RGB Variations
Color information
#FE2099 (or 0xFE2099) is known color: Persian Rose. HEX triplet: FE, 20 and 99. RGB value is (254,32,153). Sum of RGB (Red+Green+Blue) = 254+32+153=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2099 is #01DF66. Grayscale: #6F6F6F. Windows color (decimal): -122727 or 10035454. OLE color: 10035454.
HSL color Cylindrical-coordinate representation of color #FE2099: hue angle of 327.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2099 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 153 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.00 |
| HSL | 327.3º | 0.99% | 0.56% | - |
| HSV(B) | 327.3º | 0.87% | 1% | - |
| XYZ | 47.14 | 24.4 | 32.36 | - |
| YUV | 112.17 | 151.05 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 153 | 0 | 0.87 | 0.40 | 0.00 | 327.3 | 0.99 | 0.56 |
| Hex | FE | 20 | 99 | 0 | 57 | 28 | 0 | 147 | 63 | 38 |
| Octal | 376 | 40 | 231 | 0 | 127 | 50 | 0 | 507 | 143 | 70 |
| Binary | 11111110 | 100000 | 10011001 | 0 | 1010111 | 101000 | 0 | 101000111 | 1100011 | 111000 |
Color Harmonies of #FE2099
Complementary color
Monochromatic Colors of #FE2099
Black with #FE2099
Text Example
Text Example
White with #FE2099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2099; }
p { color: rgb(254,32,153); }
H1.HeaderClassName
{
color: #FE2099;
}
.AnyTagClassName
{
color: #FE2099;
}
</style>
background-color css
<style>
a { background-color: #FE2099; }
a { background-color: rgb(254,32,153); }
div.DivClassName
{
background-color: #FE2099;
}
.BgClassName
{
background-color: #FE2099;
}
</style>
border-color css
<style>
span { border-color: #FE2099; }
span { border-color: rgb(254,32,153); }
td.TdClassName
{
border-color: #FE2099;
}
.TagClassName
{
border-color: #FE2099;
}
</style>