Shades of Brilliant Rose #FE58A6
Tints of Brilliant Rose #FE58A6
RGB
CMYK
RGB Variations
Color information
#FE58A6 (or 0xFE58A6) is known color: Brilliant Rose. HEX triplet: FE, 58 and A6. RGB value is (254,88,166). Sum of RGB (Red+Green+Blue) = 254+88+166=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE58A6 is #01A759. Grayscale: #929292. Windows color (decimal): -108378 or 10901758. OLE color: 10901758.
HSL color Cylindrical-coordinate representation of color #FE58A6: hue angle of 331.81º 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 #FE58A6 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 166 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.00 |
| HSL | 331.81º | 0.99% | 0.67% | - |
| HSV(B) | 331.81º | 0.65% | 1% | - |
| XYZ | 51.25 | 30.8 | 39.32 | - |
| YUV | 146.53 | 139 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 166 | 0 | 0.65 | 0.35 | 0.00 | 331.81 | 0.99 | 0.67 |
| Hex | FE | 58 | A6 | 0 | 41 | 23 | 0 | 14C | 63 | 43 |
| Octal | 376 | 130 | 246 | 0 | 101 | 43 | 0 | 514 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10100110 | 0 | 1000001 | 100011 | 0 | 101001100 | 1100011 | 1000011 |
Color Harmonies of #FE58A6
Complementary color
Monochromatic Colors of #FE58A6
Black with #FE58A6
Text Example
Text Example
White with #FE58A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58A6; }
p { color: rgb(254,88,166); }
H1.HeaderClassName
{
color: #FE58A6;
}
.AnyTagClassName
{
color: #FE58A6;
}
</style>
background-color css
<style>
a { background-color: #FE58A6; }
a { background-color: rgb(254,88,166); }
div.DivClassName
{
background-color: #FE58A6;
}
.BgClassName
{
background-color: #FE58A6;
}
</style>
border-color css
<style>
span { border-color: #FE58A6; }
span { border-color: rgb(254,88,166); }
td.TdClassName
{
border-color: #FE58A6;
}
.TagClassName
{
border-color: #FE58A6;
}
</style>