Shades of Persian Rose #FE249F
Tints of Persian Rose #FE249F
RGB
CMYK
RGB Variations
Color information
#FE249F (or 0xFE249F) is known color: Persian Rose. HEX triplet: FE, 24 and 9F. RGB value is (254,36,159). Sum of RGB (Red+Green+Blue) = 254+36+159=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE249F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE249F is #01DB60. Grayscale: #727272. Windows color (decimal): -121697 or 10429694. OLE color: 10429694.
HSL color Cylindrical-coordinate representation of color #FE249F: hue angle of 326.15º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE249F is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 159 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.00 |
| HSL | 326.15º | 0.99% | 0.57% | - |
| HSV(B) | 326.15º | 0.86% | 1% | - |
| XYZ | 47.76 | 24.84 | 35.08 | - |
| YUV | 115.2 | 152.72 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 159 | 0 | 0.86 | 0.37 | 0.00 | 326.15 | 0.99 | 0.57 |
| Hex | FE | 24 | 9F | 0 | 56 | 25 | 0 | 146 | 63 | 39 |
| Octal | 376 | 44 | 237 | 0 | 126 | 45 | 0 | 506 | 143 | 71 |
| Binary | 11111110 | 100100 | 10011111 | 0 | 1010110 | 100101 | 0 | 101000110 | 1100011 | 111001 |
Color Harmonies of #FE249F
Complementary color
Monochromatic Colors of #FE249F
Black with #FE249F
Text Example
Text Example
White with #FE249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE249F; }
p { color: rgb(254,36,159); }
H1.HeaderClassName
{
color: #FE249F;
}
.AnyTagClassName
{
color: #FE249F;
}
</style>
background-color css
<style>
a { background-color: #FE249F; }
a { background-color: rgb(254,36,159); }
div.DivClassName
{
background-color: #FE249F;
}
.BgClassName
{
background-color: #FE249F;
}
</style>
border-color css
<style>
span { border-color: #FE249F; }
span { border-color: rgb(254,36,159); }
td.TdClassName
{
border-color: #FE249F;
}
.TagClassName
{
border-color: #FE249F;
}
</style>