Shades of Brilliant Rose #FE59B0
Tints of Brilliant Rose #FE59B0
RGB
CMYK
RGB Variations
Color information
#FE59B0 (or 0xFE59B0) is known color: Brilliant Rose. HEX triplet: FE, 59 and B0. RGB value is (254,89,176). Sum of RGB (Red+Green+Blue) = 254+89+176=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE59B0 is #01A64F. Grayscale: #949494. Windows color (decimal): -108112 or 11557374. OLE color: 11557374.
HSL color Cylindrical-coordinate representation of color #FE59B0: hue angle of 328.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 #FE59B0 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 176 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.00 |
| HSL | 328.36º | 0.99% | 0.67% | - |
| HSV(B) | 328.36º | 0.65% | 1% | - |
| XYZ | 52.28 | 31.35 | 44.37 | - |
| YUV | 148.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 176 | 0 | 0.65 | 0.31 | 0.00 | 328.36 | 0.99 | 0.67 |
| Hex | FE | 59 | B0 | 0 | 41 | 1F | 0 | 148 | 63 | 43 |
| Octal | 376 | 131 | 260 | 0 | 101 | 37 | 0 | 510 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10110000 | 0 | 1000001 | 11111 | 0 | 101001000 | 1100011 | 1000011 |
Color Harmonies of #FE59B0
Complementary color
Monochromatic Colors of #FE59B0
Black with #FE59B0
Text Example
Text Example
White with #FE59B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE59B0; }
p { color: rgb(254,89,176); }
H1.HeaderClassName
{
color: #FE59B0;
}
.AnyTagClassName
{
color: #FE59B0;
}
</style>
background-color css
<style>
a { background-color: #FE59B0; }
a { background-color: rgb(254,89,176); }
div.DivClassName
{
background-color: #FE59B0;
}
.BgClassName
{
background-color: #FE59B0;
}
</style>
border-color css
<style>
span { border-color: #FE59B0; }
span { border-color: rgb(254,89,176); }
td.TdClassName
{
border-color: #FE59B0;
}
.TagClassName
{
border-color: #FE59B0;
}
</style>