Shades of Persian Rose #FE2799
Tints of Persian Rose #FE2799
RGB
CMYK
RGB Variations
Color information
#FE2799 (or 0xFE2799) is known color: Persian Rose. HEX triplet: FE, 27 and 99. RGB value is (254,39,153). Sum of RGB (Red+Green+Blue) = 254+39+153=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2799 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2799 is #01D866. Grayscale: #747474. Windows color (decimal): -120935 or 10037246. OLE color: 10037246.
HSL color Cylindrical-coordinate representation of color #FE2799: hue angle of 328.19º 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 #FE2799 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 153 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.00 |
| HSL | 328.19º | 0.99% | 0.57% | - |
| HSV(B) | 328.19º | 0.85% | 1% | - |
| XYZ | 47.35 | 24.82 | 32.43 | - |
| YUV | 116.28 | 148.73 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 153 | 0 | 0.85 | 0.40 | 0.00 | 328.19 | 0.99 | 0.57 |
| Hex | FE | 27 | 99 | 0 | 55 | 28 | 0 | 148 | 63 | 39 |
| Octal | 376 | 47 | 231 | 0 | 125 | 50 | 0 | 510 | 143 | 71 |
| Binary | 11111110 | 100111 | 10011001 | 0 | 1010101 | 101000 | 0 | 101001000 | 1100011 | 111001 |
Color Harmonies of #FE2799
Complementary color
Monochromatic Colors of #FE2799
Black with #FE2799
Text Example
Text Example
White with #FE2799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2799; }
p { color: rgb(254,39,153); }
H1.HeaderClassName
{
color: #FE2799;
}
.AnyTagClassName
{
color: #FE2799;
}
</style>
background-color css
<style>
a { background-color: #FE2799; }
a { background-color: rgb(254,39,153); }
div.DivClassName
{
background-color: #FE2799;
}
.BgClassName
{
background-color: #FE2799;
}
</style>
border-color css
<style>
span { border-color: #FE2799; }
span { border-color: rgb(254,39,153); }
td.TdClassName
{
border-color: #FE2799;
}
.TagClassName
{
border-color: #FE2799;
}
</style>