Shades of Persian Rose #FE2299
Tints of Persian Rose #FE2299
RGB
CMYK
RGB Variations
Color information
#FE2299 (or 0xFE2299) is known color: Persian Rose. HEX triplet: FE, 22 and 99. RGB value is (254,34,153). Sum of RGB (Red+Green+Blue) = 254+34+153=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 34 (13.67% from 255 or 7.71% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2299 is #01DD66. Grayscale: #717171. Windows color (decimal): -122215 or 10035966. OLE color: 10035966.
HSL color Cylindrical-coordinate representation of color #FE2299: hue angle of 327.55º 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 #FE2299 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 153 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.00 |
| HSL | 327.55º | 0.99% | 0.56% | - |
| HSV(B) | 327.55º | 0.87% | 1% | - |
| XYZ | 47.19 | 24.51 | 32.38 | - |
| YUV | 113.35 | 150.39 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 153 | 0 | 0.87 | 0.40 | 0.00 | 327.55 | 0.99 | 0.56 |
| Hex | FE | 22 | 99 | 0 | 57 | 28 | 0 | 148 | 63 | 38 |
| Octal | 376 | 42 | 231 | 0 | 127 | 50 | 0 | 510 | 143 | 70 |
| Binary | 11111110 | 100010 | 10011001 | 0 | 1010111 | 101000 | 0 | 101001000 | 1100011 | 111000 |
Color Harmonies of #FE2299
Complementary color
Monochromatic Colors of #FE2299
Black with #FE2299
Text Example
Text Example
White with #FE2299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2299; }
p { color: rgb(254,34,153); }
H1.HeaderClassName
{
color: #FE2299;
}
.AnyTagClassName
{
color: #FE2299;
}
</style>
background-color css
<style>
a { background-color: #FE2299; }
a { background-color: rgb(254,34,153); }
div.DivClassName
{
background-color: #FE2299;
}
.BgClassName
{
background-color: #FE2299;
}
</style>
border-color css
<style>
span { border-color: #FE2299; }
span { border-color: rgb(254,34,153); }
td.TdClassName
{
border-color: #FE2299;
}
.TagClassName
{
border-color: #FE2299;
}
</style>