Shades of Brilliant Rose #FE589C
Tints of Brilliant Rose #FE589C
RGB
CMYK
RGB Variations
Color information
#FE589C (or 0xFE589C) is known color: Brilliant Rose. HEX triplet: FE, 58 and 9C. RGB value is (254,88,156). Sum of RGB (Red+Green+Blue) = 254+88+156=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE589C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE589C is #01A763. Grayscale: #919191. Windows color (decimal): -108388 or 10246398. OLE color: 10246398.
HSL color Cylindrical-coordinate representation of color #FE589C: hue angle of 335.42º 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 #FE589C is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 156 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.00 |
| HSL | 335.42º | 0.99% | 0.67% | - |
| HSV(B) | 335.42º | 0.65% | 1% | - |
| XYZ | 50.36 | 30.45 | 34.68 | - |
| YUV | 145.39 | 134 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 156 | 0 | 0.65 | 0.39 | 0.00 | 335.42 | 0.99 | 0.67 |
| Hex | FE | 58 | 9C | 0 | 41 | 27 | 0 | 14F | 63 | 43 |
| Octal | 376 | 130 | 234 | 0 | 101 | 47 | 0 | 517 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10011100 | 0 | 1000001 | 100111 | 0 | 101001111 | 1100011 | 1000011 |
Color Harmonies of #FE589C
Complementary color
Monochromatic Colors of #FE589C
Black with #FE589C
Text Example
Text Example
White with #FE589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE589C; }
p { color: rgb(254,88,156); }
H1.HeaderClassName
{
color: #FE589C;
}
.AnyTagClassName
{
color: #FE589C;
}
</style>
background-color css
<style>
a { background-color: #FE589C; }
a { background-color: rgb(254,88,156); }
div.DivClassName
{
background-color: #FE589C;
}
.BgClassName
{
background-color: #FE589C;
}
</style>
border-color css
<style>
span { border-color: #FE589C; }
span { border-color: rgb(254,88,156); }
td.TdClassName
{
border-color: #FE589C;
}
.TagClassName
{
border-color: #FE589C;
}
</style>