Shades of Persian Rose #FE2F9F
Tints of Persian Rose #FE2F9F
RGB
CMYK
RGB Variations
Color information
#FE2F9F (or 0xFE2F9F) is known color: Persian Rose. HEX triplet: FE, 2F and 9F. RGB value is (254,47,159). Sum of RGB (Red+Green+Blue) = 254+47+159=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F9F is #01D060. Grayscale: #797979. Windows color (decimal): -118881 or 10432510. OLE color: 10432510.
HSL color Cylindrical-coordinate representation of color #FE2F9F: hue angle of 327.54º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2F9F is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 159 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.00 |
| HSL | 327.54º | 0.99% | 0.59% | - |
| HSV(B) | 327.54º | 0.81% | 1% | - |
| XYZ | 48.15 | 25.61 | 35.21 | - |
| YUV | 121.66 | 149.08 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 159 | 0 | 0.81 | 0.37 | 0.00 | 327.54 | 0.99 | 0.59 |
| Hex | FE | 2F | 9F | 0 | 51 | 25 | 0 | 148 | 63 | 3B |
| Octal | 376 | 57 | 237 | 0 | 121 | 45 | 0 | 510 | 143 | 73 |
| Binary | 11111110 | 101111 | 10011111 | 0 | 1010001 | 100101 | 0 | 101001000 | 1100011 | 111011 |
Color Harmonies of #FE2F9F
Complementary color
Monochromatic Colors of #FE2F9F
Black with #FE2F9F
Text Example
Text Example
White with #FE2F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F9F; }
p { color: rgb(254,47,159); }
H1.HeaderClassName
{
color: #FE2F9F;
}
.AnyTagClassName
{
color: #FE2F9F;
}
</style>
background-color css
<style>
a { background-color: #FE2F9F; }
a { background-color: rgb(254,47,159); }
div.DivClassName
{
background-color: #FE2F9F;
}
.BgClassName
{
background-color: #FE2F9F;
}
</style>
border-color css
<style>
span { border-color: #FE2F9F; }
span { border-color: rgb(254,47,159); }
td.TdClassName
{
border-color: #FE2F9F;
}
.TagClassName
{
border-color: #FE2F9F;
}
</style>