Shades of Brilliant Rose #FE58AD
Tints of Brilliant Rose #FE58AD
RGB
CMYK
RGB Variations
Color information
#FE58AD (or 0xFE58AD) is known color: Brilliant Rose. HEX triplet: FE, 58 and AD. RGB value is (254,88,173). Sum of RGB (Red+Green+Blue) = 254+88+173=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE58AD is #01A752. Grayscale: #939393. Windows color (decimal): -108371 or 11360510. OLE color: 11360510.
HSL color Cylindrical-coordinate representation of color #FE58AD: hue angle of 329.28º 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 #FE58AD is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 173 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.00 |
| HSL | 329.28º | 0.99% | 0.67% | - |
| HSV(B) | 329.28º | 0.65% | 1% | - |
| XYZ | 51.91 | 31.07 | 42.8 | - |
| YUV | 147.32 | 142.5 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 173 | 0 | 0.65 | 0.32 | 0.00 | 329.28 | 0.99 | 0.67 |
| Hex | FE | 58 | AD | 0 | 41 | 20 | 0 | 149 | 63 | 43 |
| Octal | 376 | 130 | 255 | 0 | 101 | 40 | 0 | 511 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10101101 | 0 | 1000001 | 100000 | 0 | 101001001 | 1100011 | 1000011 |
Color Harmonies of #FE58AD
Complementary color
Monochromatic Colors of #FE58AD
Black with #FE58AD
Text Example
Text Example
White with #FE58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58AD; }
p { color: rgb(254,88,173); }
H1.HeaderClassName
{
color: #FE58AD;
}
.AnyTagClassName
{
color: #FE58AD;
}
</style>
background-color css
<style>
a { background-color: #FE58AD; }
a { background-color: rgb(254,88,173); }
div.DivClassName
{
background-color: #FE58AD;
}
.BgClassName
{
background-color: #FE58AD;
}
</style>
border-color css
<style>
span { border-color: #FE58AD; }
span { border-color: rgb(254,88,173); }
td.TdClassName
{
border-color: #FE58AD;
}
.TagClassName
{
border-color: #FE58AD;
}
</style>