Shades of Brilliant Rose #FE58A8
Tints of Brilliant Rose #FE58A8
RGB
CMYK
RGB Variations
Color information
#FE58A8 (or 0xFE58A8) is known color: Brilliant Rose. HEX triplet: FE, 58 and A8. RGB value is (254,88,168). Sum of RGB (Red+Green+Blue) = 254+88+168=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE58A8 is #01A757. Grayscale: #929292. Windows color (decimal): -108376 or 11032830. OLE color: 11032830.
HSL color Cylindrical-coordinate representation of color #FE58A8: hue angle of 331.08º 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 #FE58A8 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 168 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.00 |
| HSL | 331.08º | 0.99% | 0.67% | - |
| HSV(B) | 331.08º | 0.65% | 1% | - |
| XYZ | 51.43 | 30.88 | 40.3 | - |
| YUV | 146.75 | 140 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 168 | 0 | 0.65 | 0.34 | 0.00 | 331.08 | 0.99 | 0.67 |
| Hex | FE | 58 | A8 | 0 | 41 | 22 | 0 | 14B | 63 | 43 |
| Octal | 376 | 130 | 250 | 0 | 101 | 42 | 0 | 513 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10101000 | 0 | 1000001 | 100010 | 0 | 101001011 | 1100011 | 1000011 |
Color Harmonies of #FE58A8
Complementary color
Monochromatic Colors of #FE58A8
Black with #FE58A8
Text Example
Text Example
White with #FE58A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58A8; }
p { color: rgb(254,88,168); }
H1.HeaderClassName
{
color: #FE58A8;
}
.AnyTagClassName
{
color: #FE58A8;
}
</style>
background-color css
<style>
a { background-color: #FE58A8; }
a { background-color: rgb(254,88,168); }
div.DivClassName
{
background-color: #FE58A8;
}
.BgClassName
{
background-color: #FE58A8;
}
</style>
border-color css
<style>
span { border-color: #FE58A8; }
span { border-color: rgb(254,88,168); }
td.TdClassName
{
border-color: #FE58A8;
}
.TagClassName
{
border-color: #FE58A8;
}
</style>