Shades of Persian Rose #FE299D
Tints of Persian Rose #FE299D
RGB
CMYK
RGB Variations
Color information
#FE299D (or 0xFE299D) is known color: Persian Rose. HEX triplet: FE, 29 and 9D. RGB value is (254,41,157). Sum of RGB (Red+Green+Blue) = 254+41+157=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE299D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE299D is #01D662. Grayscale: #757575. Windows color (decimal): -120419 or 10299902. OLE color: 10299902.
HSL color Cylindrical-coordinate representation of color #FE299D: hue angle of 327.32º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE299D is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 157 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.00 |
| HSL | 327.32º | 0.99% | 0.58% | - |
| HSV(B) | 327.32º | 0.84% | 1% | - |
| XYZ | 47.75 | 25.09 | 34.22 | - |
| YUV | 117.91 | 150.07 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 157 | 0 | 0.84 | 0.38 | 0.00 | 327.32 | 0.99 | 0.58 |
| Hex | FE | 29 | 9D | 0 | 54 | 26 | 0 | 147 | 63 | 3A |
| Octal | 376 | 51 | 235 | 0 | 124 | 46 | 0 | 507 | 143 | 72 |
| Binary | 11111110 | 101001 | 10011101 | 0 | 1010100 | 100110 | 0 | 101000111 | 1100011 | 111010 |
Color Harmonies of #FE299D
Complementary color
Monochromatic Colors of #FE299D
Black with #FE299D
Text Example
Text Example
White with #FE299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE299D; }
p { color: rgb(254,41,157); }
H1.HeaderClassName
{
color: #FE299D;
}
.AnyTagClassName
{
color: #FE299D;
}
</style>
background-color css
<style>
a { background-color: #FE299D; }
a { background-color: rgb(254,41,157); }
div.DivClassName
{
background-color: #FE299D;
}
.BgClassName
{
background-color: #FE299D;
}
</style>
border-color css
<style>
span { border-color: #FE299D; }
span { border-color: rgb(254,41,157); }
td.TdClassName
{
border-color: #FE299D;
}
.TagClassName
{
border-color: #FE299D;
}
</style>