Shades of Persian Rose #FE219A
Tints of Persian Rose #FE219A
RGB
CMYK
RGB Variations
Color information
#FE219A (or 0xFE219A) is known color: Persian Rose. HEX triplet: FE, 21 and 9A. RGB value is (254,33,154). Sum of RGB (Red+Green+Blue) = 254+33+154=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE219A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE219A is #01DE65. Grayscale: #707070. Windows color (decimal): -122470 or 10101246. OLE color: 10101246.
HSL color Cylindrical-coordinate representation of color #FE219A: hue angle of 327.15º 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 #FE219A is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 154 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.00 |
| HSL | 327.15º | 0.99% | 0.56% | - |
| HSV(B) | 327.15º | 0.87% | 1% | - |
| XYZ | 47.25 | 24.49 | 32.81 | - |
| YUV | 112.87 | 151.22 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 154 | 0 | 0.87 | 0.39 | 0.00 | 327.15 | 0.99 | 0.56 |
| Hex | FE | 21 | 9A | 0 | 57 | 27 | 0 | 147 | 63 | 38 |
| Octal | 376 | 41 | 232 | 0 | 127 | 47 | 0 | 507 | 143 | 70 |
| Binary | 11111110 | 100001 | 10011010 | 0 | 1010111 | 100111 | 0 | 101000111 | 1100011 | 111000 |
Color Harmonies of #FE219A
Complementary color
Monochromatic Colors of #FE219A
Black with #FE219A
Text Example
Text Example
White with #FE219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE219A; }
p { color: rgb(254,33,154); }
H1.HeaderClassName
{
color: #FE219A;
}
.AnyTagClassName
{
color: #FE219A;
}
</style>
background-color css
<style>
a { background-color: #FE219A; }
a { background-color: rgb(254,33,154); }
div.DivClassName
{
background-color: #FE219A;
}
.BgClassName
{
background-color: #FE219A;
}
</style>
border-color css
<style>
span { border-color: #FE219A; }
span { border-color: rgb(254,33,154); }
td.TdClassName
{
border-color: #FE219A;
}
.TagClassName
{
border-color: #FE219A;
}
</style>