Shades of Brilliant Rose #FE58AC
Tints of Brilliant Rose #FE58AC
RGB
CMYK
RGB Variations
Color information
#FE58AC (or 0xFE58AC) is known color: Brilliant Rose. HEX triplet: FE, 58 and AC. RGB value is (254,88,172). Sum of RGB (Red+Green+Blue) = 254+88+172=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE58AC is #01A753. Grayscale: #939393. Windows color (decimal): -108372 or 11294974. OLE color: 11294974.
HSL color Cylindrical-coordinate representation of color #FE58AC: hue angle of 329.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 #FE58AC is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 172 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.00 |
| HSL | 329.64º | 0.99% | 0.67% | - |
| HSV(B) | 329.64º | 0.65% | 1% | - |
| XYZ | 51.81 | 31.03 | 42.29 | - |
| YUV | 147.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 172 | 0 | 0.65 | 0.32 | 0.00 | 329.64 | 0.99 | 0.67 |
| Hex | FE | 58 | AC | 0 | 41 | 20 | 0 | 14A | 63 | 43 |
| Octal | 376 | 130 | 254 | 0 | 101 | 40 | 0 | 512 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10101100 | 0 | 1000001 | 100000 | 0 | 101001010 | 1100011 | 1000011 |
Color Harmonies of #FE58AC
Complementary color
Monochromatic Colors of #FE58AC
Black with #FE58AC
Text Example
Text Example
White with #FE58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58AC; }
p { color: rgb(254,88,172); }
H1.HeaderClassName
{
color: #FE58AC;
}
.AnyTagClassName
{
color: #FE58AC;
}
</style>
background-color css
<style>
a { background-color: #FE58AC; }
a { background-color: rgb(254,88,172); }
div.DivClassName
{
background-color: #FE58AC;
}
.BgClassName
{
background-color: #FE58AC;
}
</style>
border-color css
<style>
span { border-color: #FE58AC; }
span { border-color: rgb(254,88,172); }
td.TdClassName
{
border-color: #FE58AC;
}
.TagClassName
{
border-color: #FE58AC;
}
</style>