Shades of Persian Rose #FE2697
Tints of Persian Rose #FE2697
RGB
CMYK
RGB Variations
Color information
#FE2697 (or 0xFE2697) is known color: Persian Rose. HEX triplet: FE, 26 and 97. RGB value is (254,38,151). Sum of RGB (Red+Green+Blue) = 254+38+151=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2697 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2697 is #01D968. Grayscale: #737373. Windows color (decimal): -121193 or 9905918. OLE color: 9905918.
HSL color Cylindrical-coordinate representation of color #FE2697: hue angle of 328.61º 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 #FE2697 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 151 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.00 |
| HSL | 328.61º | 0.99% | 0.57% | - |
| HSV(B) | 328.61º | 0.85% | 1% | - |
| XYZ | 47.15 | 24.69 | 31.56 | - |
| YUV | 115.47 | 148.06 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 151 | 0 | 0.85 | 0.41 | 0.00 | 328.61 | 0.99 | 0.57 |
| Hex | FE | 26 | 97 | 0 | 55 | 29 | 0 | 149 | 63 | 39 |
| Octal | 376 | 46 | 227 | 0 | 125 | 51 | 0 | 511 | 143 | 71 |
| Binary | 11111110 | 100110 | 10010111 | 0 | 1010101 | 101001 | 0 | 101001001 | 1100011 | 111001 |
Color Harmonies of #FE2697
Complementary color
Monochromatic Colors of #FE2697
Black with #FE2697
Text Example
Text Example
White with #FE2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2697; }
p { color: rgb(254,38,151); }
H1.HeaderClassName
{
color: #FE2697;
}
.AnyTagClassName
{
color: #FE2697;
}
</style>
background-color css
<style>
a { background-color: #FE2697; }
a { background-color: rgb(254,38,151); }
div.DivClassName
{
background-color: #FE2697;
}
.BgClassName
{
background-color: #FE2697;
}
</style>
border-color css
<style>
span { border-color: #FE2697; }
span { border-color: rgb(254,38,151); }
td.TdClassName
{
border-color: #FE2697;
}
.TagClassName
{
border-color: #FE2697;
}
</style>