Shades of Persian Rose #FE2597
Tints of Persian Rose #FE2597
RGB
CMYK
RGB Variations
Color information
#FE2597 (or 0xFE2597) is known color: Persian Rose. HEX triplet: FE, 25 and 97. RGB value is (254,37,151). Sum of RGB (Red+Green+Blue) = 254+37+151=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2597 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2597 is #01DA68. Grayscale: #727272. Windows color (decimal): -121449 or 9905662. OLE color: 9905662.
HSL color Cylindrical-coordinate representation of color #FE2597: hue angle of 328.48º 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 #FE2597 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 151 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.00 |
| HSL | 328.48º | 0.99% | 0.57% | - |
| HSV(B) | 328.48º | 0.85% | 1% | - |
| XYZ | 47.12 | 24.63 | 31.55 | - |
| YUV | 114.88 | 148.39 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 151 | 0 | 0.85 | 0.41 | 0.00 | 328.48 | 0.99 | 0.57 |
| Hex | FE | 25 | 97 | 0 | 55 | 29 | 0 | 148 | 63 | 39 |
| Octal | 376 | 45 | 227 | 0 | 125 | 51 | 0 | 510 | 143 | 71 |
| Binary | 11111110 | 100101 | 10010111 | 0 | 1010101 | 101001 | 0 | 101001000 | 1100011 | 111001 |
Color Harmonies of #FE2597
Complementary color
Monochromatic Colors of #FE2597
Black with #FE2597
Text Example
Text Example
White with #FE2597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2597; }
p { color: rgb(254,37,151); }
H1.HeaderClassName
{
color: #FE2597;
}
.AnyTagClassName
{
color: #FE2597;
}
</style>
background-color css
<style>
a { background-color: #FE2597; }
a { background-color: rgb(254,37,151); }
div.DivClassName
{
background-color: #FE2597;
}
.BgClassName
{
background-color: #FE2597;
}
</style>
border-color css
<style>
span { border-color: #FE2597; }
span { border-color: rgb(254,37,151); }
td.TdClassName
{
border-color: #FE2597;
}
.TagClassName
{
border-color: #FE2597;
}
</style>