Shades of Persian Rose #FE209B
Tints of Persian Rose #FE209B
RGB
CMYK
RGB Variations
Color information
#FE209B (or 0xFE209B) is known color: Persian Rose. HEX triplet: FE, 20 and 9B. RGB value is (254,32,155). Sum of RGB (Red+Green+Blue) = 254+32+155=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE209B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE209B is #01DF64. Grayscale: #707070. Windows color (decimal): -122725 or 10166526. OLE color: 10166526.
HSL color Cylindrical-coordinate representation of color #FE209B: hue angle of 326.76º 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 #FE209B is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 155 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.00 |
| HSL | 326.76º | 0.99% | 0.56% | - |
| HSV(B) | 326.76º | 0.87% | 1% | - |
| XYZ | 47.31 | 24.47 | 33.24 | - |
| YUV | 112.4 | 152.05 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 155 | 0 | 0.87 | 0.39 | 0.00 | 326.76 | 0.99 | 0.56 |
| Hex | FE | 20 | 9B | 0 | 57 | 27 | 0 | 147 | 63 | 38 |
| Octal | 376 | 40 | 233 | 0 | 127 | 47 | 0 | 507 | 143 | 70 |
| Binary | 11111110 | 100000 | 10011011 | 0 | 1010111 | 100111 | 0 | 101000111 | 1100011 | 111000 |
Color Harmonies of #FE209B
Complementary color
Monochromatic Colors of #FE209B
Black with #FE209B
Text Example
Text Example
White with #FE209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE209B; }
p { color: rgb(254,32,155); }
H1.HeaderClassName
{
color: #FE209B;
}
.AnyTagClassName
{
color: #FE209B;
}
</style>
background-color css
<style>
a { background-color: #FE209B; }
a { background-color: rgb(254,32,155); }
div.DivClassName
{
background-color: #FE209B;
}
.BgClassName
{
background-color: #FE209B;
}
</style>
border-color css
<style>
span { border-color: #FE209B; }
span { border-color: rgb(254,32,155); }
td.TdClassName
{
border-color: #FE209B;
}
.TagClassName
{
border-color: #FE209B;
}
</style>