Shades of Persian Rose #FE2198
Tints of Persian Rose #FE2198
RGB
CMYK
RGB Variations
Color information
#FE2198 (or 0xFE2198) is known color: Persian Rose. HEX triplet: FE, 21 and 98. RGB value is (254,33,152). Sum of RGB (Red+Green+Blue) = 254+33+152=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2198 is #01DE67. Grayscale: #707070. Windows color (decimal): -122472 or 9970174. OLE color: 9970174.
HSL color Cylindrical-coordinate representation of color #FE2198: hue angle of 327.69º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2198 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 152 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.00 |
| HSL | 327.69º | 0.99% | 0.56% | - |
| HSV(B) | 327.69º | 0.87% | 1% | - |
| XYZ | 47.08 | 24.43 | 31.94 | - |
| YUV | 112.65 | 150.22 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 152 | 0 | 0.87 | 0.40 | 0.00 | 327.69 | 0.99 | 0.56 |
| Hex | FE | 21 | 98 | 0 | 57 | 28 | 0 | 148 | 63 | 38 |
| Octal | 376 | 41 | 230 | 0 | 127 | 50 | 0 | 510 | 143 | 70 |
| Binary | 11111110 | 100001 | 10011000 | 0 | 1010111 | 101000 | 0 | 101001000 | 1100011 | 111000 |
Color Harmonies of #FE2198
Complementary color
Monochromatic Colors of #FE2198
Black with #FE2198
Text Example
Text Example
White with #FE2198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2198; }
p { color: rgb(254,33,152); }
H1.HeaderClassName
{
color: #FE2198;
}
.AnyTagClassName
{
color: #FE2198;
}
</style>
background-color css
<style>
a { background-color: #FE2198; }
a { background-color: rgb(254,33,152); }
div.DivClassName
{
background-color: #FE2198;
}
.BgClassName
{
background-color: #FE2198;
}
</style>
border-color css
<style>
span { border-color: #FE2198; }
span { border-color: rgb(254,33,152); }
td.TdClassName
{
border-color: #FE2198;
}
.TagClassName
{
border-color: #FE2198;
}
</style>