Shades of Persian Rose #FE2B9F
Tints of Persian Rose #FE2B9F
RGB
CMYK
RGB Variations
Color information
#FE2B9F (or 0xFE2B9F) is known color: Persian Rose. HEX triplet: FE, 2B and 9F. RGB value is (254,43,159). Sum of RGB (Red+Green+Blue) = 254+43+159=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2B9F is #01D460. Grayscale: #777777. Windows color (decimal): -119905 or 10431486. OLE color: 10431486.
HSL color Cylindrical-coordinate representation of color #FE2B9F: hue angle of 327.01º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2B9F is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 159 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.00 |
| HSL | 327.01º | 0.99% | 0.58% | - |
| HSV(B) | 327.01º | 0.83% | 1% | - |
| XYZ | 47.99 | 25.3 | 35.16 | - |
| YUV | 119.31 | 150.4 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 159 | 0 | 0.83 | 0.37 | 0.00 | 327.01 | 0.99 | 0.58 |
| Hex | FE | 2B | 9F | 0 | 53 | 25 | 0 | 147 | 63 | 3A |
| Octal | 376 | 53 | 237 | 0 | 123 | 45 | 0 | 507 | 143 | 72 |
| Binary | 11111110 | 101011 | 10011111 | 0 | 1010011 | 100101 | 0 | 101000111 | 1100011 | 111010 |
Color Harmonies of #FE2B9F
Complementary color
Monochromatic Colors of #FE2B9F
Black with #FE2B9F
Text Example
Text Example
White with #FE2B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B9F; }
p { color: rgb(254,43,159); }
H1.HeaderClassName
{
color: #FE2B9F;
}
.AnyTagClassName
{
color: #FE2B9F;
}
</style>
background-color css
<style>
a { background-color: #FE2B9F; }
a { background-color: rgb(254,43,159); }
div.DivClassName
{
background-color: #FE2B9F;
}
.BgClassName
{
background-color: #FE2B9F;
}
</style>
border-color css
<style>
span { border-color: #FE2B9F; }
span { border-color: rgb(254,43,159); }
td.TdClassName
{
border-color: #FE2B9F;
}
.TagClassName
{
border-color: #FE2B9F;
}
</style>