Shades of Brilliant Rose #FE599D
Tints of Brilliant Rose #FE599D
RGB
CMYK
RGB Variations
Color information
#FE599D (or 0xFE599D) is known color: Brilliant Rose. HEX triplet: FE, 59 and 9D. RGB value is (254,89,157). Sum of RGB (Red+Green+Blue) = 254+89+157=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE599D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE599D is #01A662. Grayscale: #919191. Windows color (decimal): -108131 or 10312190. OLE color: 10312190.
HSL color Cylindrical-coordinate representation of color #FE599D: hue angle of 335.27º 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 #FE599D is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 157 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.00 |
| HSL | 335.27º | 0.99% | 0.67% | - |
| HSV(B) | 335.27º | 0.65% | 1% | - |
| XYZ | 50.53 | 30.65 | 35.15 | - |
| YUV | 146.09 | 134.16 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 157 | 0 | 0.65 | 0.38 | 0.00 | 335.27 | 0.99 | 0.67 |
| Hex | FE | 59 | 9D | 0 | 41 | 26 | 0 | 14F | 63 | 43 |
| Octal | 376 | 131 | 235 | 0 | 101 | 46 | 0 | 517 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10011101 | 0 | 1000001 | 100110 | 0 | 101001111 | 1100011 | 1000011 |
Color Harmonies of #FE599D
Complementary color
Monochromatic Colors of #FE599D
Black with #FE599D
Text Example
Text Example
White with #FE599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE599D; }
p { color: rgb(254,89,157); }
H1.HeaderClassName
{
color: #FE599D;
}
.AnyTagClassName
{
color: #FE599D;
}
</style>
background-color css
<style>
a { background-color: #FE599D; }
a { background-color: rgb(254,89,157); }
div.DivClassName
{
background-color: #FE599D;
}
.BgClassName
{
background-color: #FE599D;
}
</style>
border-color css
<style>
span { border-color: #FE599D; }
span { border-color: rgb(254,89,157); }
td.TdClassName
{
border-color: #FE599D;
}
.TagClassName
{
border-color: #FE599D;
}
</style>