Shades of Brilliant Rose #FE58B0
Tints of Brilliant Rose #FE58B0
RGB
CMYK
RGB Variations
Color information
#FE58B0 (or 0xFE58B0) is known color: Brilliant Rose. HEX triplet: FE, 58 and B0. RGB value is (254,88,176). Sum of RGB (Red+Green+Blue) = 254+88+176=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE58B0 is #01A74F. Grayscale: #939393. Windows color (decimal): -108368 or 11557118. OLE color: 11557118.
HSL color Cylindrical-coordinate representation of color #FE58B0: hue angle of 328.19º 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 #FE58B0 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 176 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.00 |
| HSL | 328.19º | 0.99% | 0.67% | - |
| HSV(B) | 328.19º | 0.65% | 1% | - |
| XYZ | 52.2 | 31.18 | 44.34 | - |
| YUV | 147.67 | 144 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 176 | 0 | 0.65 | 0.31 | 0.00 | 328.19 | 0.99 | 0.67 |
| Hex | FE | 58 | B0 | 0 | 41 | 1F | 0 | 148 | 63 | 43 |
| Octal | 376 | 130 | 260 | 0 | 101 | 37 | 0 | 510 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10110000 | 0 | 1000001 | 11111 | 0 | 101001000 | 1100011 | 1000011 |
Color Harmonies of #FE58B0
Complementary color
Monochromatic Colors of #FE58B0
Black with #FE58B0
Text Example
Text Example
White with #FE58B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58B0; }
p { color: rgb(254,88,176); }
H1.HeaderClassName
{
color: #FE58B0;
}
.AnyTagClassName
{
color: #FE58B0;
}
</style>
background-color css
<style>
a { background-color: #FE58B0; }
a { background-color: rgb(254,88,176); }
div.DivClassName
{
background-color: #FE58B0;
}
.BgClassName
{
background-color: #FE58B0;
}
</style>
border-color css
<style>
span { border-color: #FE58B0; }
span { border-color: rgb(254,88,176); }
td.TdClassName
{
border-color: #FE58B0;
}
.TagClassName
{
border-color: #FE58B0;
}
</style>