Shades of Brilliant Rose #FE599F
Tints of Brilliant Rose #FE599F
RGB
CMYK
RGB Variations
Color information
#FE599F (or 0xFE599F) is known color: Brilliant Rose. HEX triplet: FE, 59 and 9F. RGB value is (254,89,159). Sum of RGB (Red+Green+Blue) = 254+89+159=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE599F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE599F is #01A660. Grayscale: #929292. Windows color (decimal): -108129 or 10443262. OLE color: 10443262.
HSL color Cylindrical-coordinate representation of color #FE599F: hue angle of 334.55º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE599F is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 159 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.00 |
| HSL | 334.55º | 0.99% | 0.67% | - |
| HSV(B) | 334.55º | 0.65% | 1% | - |
| XYZ | 50.7 | 30.72 | 36.06 | - |
| YUV | 146.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 159 | 0 | 0.65 | 0.37 | 0.00 | 334.55 | 0.99 | 0.67 |
| Hex | FE | 59 | 9F | 0 | 41 | 25 | 0 | 14F | 63 | 43 |
| Octal | 376 | 131 | 237 | 0 | 101 | 45 | 0 | 517 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10011111 | 0 | 1000001 | 100101 | 0 | 101001111 | 1100011 | 1000011 |
Color Harmonies of #FE599F
Complementary color
Monochromatic Colors of #FE599F
Black with #FE599F
Text Example
Text Example
White with #FE599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE599F; }
p { color: rgb(254,89,159); }
H1.HeaderClassName
{
color: #FE599F;
}
.AnyTagClassName
{
color: #FE599F;
}
</style>
background-color css
<style>
a { background-color: #FE599F; }
a { background-color: rgb(254,89,159); }
div.DivClassName
{
background-color: #FE599F;
}
.BgClassName
{
background-color: #FE599F;
}
</style>
border-color css
<style>
span { border-color: #FE599F; }
span { border-color: rgb(254,89,159); }
td.TdClassName
{
border-color: #FE599F;
}
.TagClassName
{
border-color: #FE599F;
}
</style>