Shades of Brilliant Rose #FE599A
Tints of Brilliant Rose #FE599A
RGB
CMYK
RGB Variations
Color information
#FE599A (or 0xFE599A) is known color: Brilliant Rose. HEX triplet: FE, 59 and 9A. RGB value is (254,89,154). Sum of RGB (Red+Green+Blue) = 254+89+154=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE599A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE599A is #01A665. Grayscale: #919191. Windows color (decimal): -108134 or 10115582. OLE color: 10115582.
HSL color Cylindrical-coordinate representation of color #FE599A: hue angle of 336.36º 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 #FE599A is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 154 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.00 |
| HSL | 336.36º | 0.99% | 0.67% | - |
| HSV(B) | 336.36º | 0.65% | 1% | - |
| XYZ | 50.28 | 30.55 | 33.82 | - |
| YUV | 145.75 | 132.66 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 154 | 0 | 0.65 | 0.39 | 0.00 | 336.36 | 0.99 | 0.67 |
| Hex | FE | 59 | 9A | 0 | 41 | 27 | 0 | 150 | 63 | 43 |
| Octal | 376 | 131 | 232 | 0 | 101 | 47 | 0 | 520 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10011010 | 0 | 1000001 | 100111 | 0 | 101010000 | 1100011 | 1000011 |
Color Harmonies of #FE599A
Complementary color
Monochromatic Colors of #FE599A
Black with #FE599A
Text Example
Text Example
White with #FE599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE599A; }
p { color: rgb(254,89,154); }
H1.HeaderClassName
{
color: #FE599A;
}
.AnyTagClassName
{
color: #FE599A;
}
</style>
background-color css
<style>
a { background-color: #FE599A; }
a { background-color: rgb(254,89,154); }
div.DivClassName
{
background-color: #FE599A;
}
.BgClassName
{
background-color: #FE599A;
}
</style>
border-color css
<style>
span { border-color: #FE599A; }
span { border-color: rgb(254,89,154); }
td.TdClassName
{
border-color: #FE599A;
}
.TagClassName
{
border-color: #FE599A;
}
</style>