Shades of Persian Rose #FE1B9F
Tints of Persian Rose #FE1B9F
RGB
CMYK
RGB Variations
Color information
#FE1B9F (or 0xFE1B9F) is known color: Persian Rose. HEX triplet: FE, 1B and 9F. RGB value is (254,27,159). Sum of RGB (Red+Green+Blue) = 254+27+159=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1B9F is #01E460. Grayscale: #6D6D6D. Windows color (decimal): -124001 or 10427390. OLE color: 10427390.
HSL color Cylindrical-coordinate representation of color #FE1B9F: hue angle of 325.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1B9F is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 27 | 159 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.00 |
| HSL | 325.11º | 0.99% | 0.55% | - |
| HSV(B) | 325.11º | 0.89% | 1% | - |
| XYZ | 47.52 | 24.36 | 35 | - |
| YUV | 109.92 | 155.71 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 27 | 159 | 0 | 0.89 | 0.37 | 0.00 | 325.11 | 0.99 | 0.55 |
| Hex | FE | 1B | 9F | 0 | 59 | 25 | 0 | 145 | 63 | 37 |
| Octal | 376 | 33 | 237 | 0 | 131 | 45 | 0 | 505 | 143 | 67 |
| Binary | 11111110 | 11011 | 10011111 | 0 | 1011001 | 100101 | 0 | 101000101 | 1100011 | 110111 |
Color Harmonies of #FE1B9F
Complementary color
Monochromatic Colors of #FE1B9F
Black with #FE1B9F
Text Example
Text Example
White with #FE1B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1B9F; }
p { color: rgb(254,27,159); }
H1.HeaderClassName
{
color: #FE1B9F;
}
.AnyTagClassName
{
color: #FE1B9F;
}
</style>
background-color css
<style>
a { background-color: #FE1B9F; }
a { background-color: rgb(254,27,159); }
div.DivClassName
{
background-color: #FE1B9F;
}
.BgClassName
{
background-color: #FE1B9F;
}
</style>
border-color css
<style>
span { border-color: #FE1B9F; }
span { border-color: rgb(254,27,159); }
td.TdClassName
{
border-color: #FE1B9F;
}
.TagClassName
{
border-color: #FE1B9F;
}
</style>