Shades of Persian Rose #FE229A
Tints of Persian Rose #FE229A
RGB
CMYK
RGB Variations
Color information
#FE229A (or 0xFE229A) is known color: Persian Rose. HEX triplet: FE, 22 and 9A. RGB value is (254,34,154). Sum of RGB (Red+Green+Blue) = 254+34+154=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE229A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE229A is #01DD65. Grayscale: #717171. Windows color (decimal): -122214 or 10101502. OLE color: 10101502.
HSL color Cylindrical-coordinate representation of color #FE229A: hue angle of 327.27º 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 #FE229A is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 154 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.00 |
| HSL | 327.27º | 0.99% | 0.56% | - |
| HSV(B) | 327.27º | 0.87% | 1% | - |
| XYZ | 47.28 | 24.55 | 32.82 | - |
| YUV | 113.46 | 150.89 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 154 | 0 | 0.87 | 0.39 | 0.00 | 327.27 | 0.99 | 0.56 |
| Hex | FE | 22 | 9A | 0 | 57 | 27 | 0 | 147 | 63 | 38 |
| Octal | 376 | 42 | 232 | 0 | 127 | 47 | 0 | 507 | 143 | 70 |
| Binary | 11111110 | 100010 | 10011010 | 0 | 1010111 | 100111 | 0 | 101000111 | 1100011 | 111000 |
Color Harmonies of #FE229A
Complementary color
Monochromatic Colors of #FE229A
Black with #FE229A
Text Example
Text Example
White with #FE229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE229A; }
p { color: rgb(254,34,154); }
H1.HeaderClassName
{
color: #FE229A;
}
.AnyTagClassName
{
color: #FE229A;
}
</style>
background-color css
<style>
a { background-color: #FE229A; }
a { background-color: rgb(254,34,154); }
div.DivClassName
{
background-color: #FE229A;
}
.BgClassName
{
background-color: #FE229A;
}
</style>
border-color css
<style>
span { border-color: #FE229A; }
span { border-color: rgb(254,34,154); }
td.TdClassName
{
border-color: #FE229A;
}
.TagClassName
{
border-color: #FE229A;
}
</style>