Shades of Brilliant Rose #FE599C
Tints of Brilliant Rose #FE599C
RGB
CMYK
RGB Variations
Color information
#FE599C (or 0xFE599C) is known color: Brilliant Rose. HEX triplet: FE, 59 and 9C. RGB value is (254,89,156). Sum of RGB (Red+Green+Blue) = 254+89+156=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE599C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE599C is #01A663. Grayscale: #919191. Windows color (decimal): -108132 or 10246654. OLE color: 10246654.
HSL color Cylindrical-coordinate representation of color #FE599C: hue angle of 335.64º 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 #FE599C is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 156 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.00 |
| HSL | 335.64º | 0.99% | 0.67% | - |
| HSV(B) | 335.64º | 0.65% | 1% | - |
| XYZ | 50.45 | 30.62 | 34.7 | - |
| YUV | 145.97 | 133.66 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 156 | 0 | 0.65 | 0.39 | 0.00 | 335.64 | 0.99 | 0.67 |
| Hex | FE | 59 | 9C | 0 | 41 | 27 | 0 | 150 | 63 | 43 |
| Octal | 376 | 131 | 234 | 0 | 101 | 47 | 0 | 520 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10011100 | 0 | 1000001 | 100111 | 0 | 101010000 | 1100011 | 1000011 |
Color Harmonies of #FE599C
Complementary color
Monochromatic Colors of #FE599C
Black with #FE599C
Text Example
Text Example
White with #FE599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE599C; }
p { color: rgb(254,89,156); }
H1.HeaderClassName
{
color: #FE599C;
}
.AnyTagClassName
{
color: #FE599C;
}
</style>
background-color css
<style>
a { background-color: #FE599C; }
a { background-color: rgb(254,89,156); }
div.DivClassName
{
background-color: #FE599C;
}
.BgClassName
{
background-color: #FE599C;
}
</style>
border-color css
<style>
span { border-color: #FE599C; }
span { border-color: rgb(254,89,156); }
td.TdClassName
{
border-color: #FE599C;
}
.TagClassName
{
border-color: #FE599C;
}
</style>