Shades of Brilliant Rose #FF58AE
Tints of Brilliant Rose #FF58AE
RGB
CMYK
RGB Variations
Color information
#FF58AE (or 0xFF58AE) is known color: Brilliant Rose. HEX triplet: FF, 58 and AE. RGB value is (255,88,174). Sum of RGB (Red+Green+Blue) = 255+88+174=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF58AE is #00A751. Grayscale: #939393. Windows color (decimal): -42834 or 11426047. OLE color: 11426047.
HSL color Cylindrical-coordinate representation of color #FF58AE: hue angle of 329.1º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF58AE is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 174 | - |
| CMYK | 0 | 0.65 | 0.32 | 0 |
| HSL | 329.1º | 1% | 0.67% | - |
| HSV(B) | 329.1º | 0.65% | 1% | - |
| XYZ | 52.37 | 31.3 | 43.32 | - |
| YUV | 147.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 174 | 0 | 0.65 | 0.32 | 0 | 329.1 | 1 | 0.67 |
| Hex | FF | 58 | AE | 0 | 41 | 20 | 0 | 149 | 64 | 43 |
| Octal | 377 | 130 | 256 | 0 | 101 | 40 | 0 | 511 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10101110 | 0 | 1000001 | 100000 | 0 | 101001001 | 1100100 | 1000011 |
Color Harmonies of #FF58AE
Complementary color
Monochromatic Colors of #FF58AE
Black with #FF58AE
Text Example
Text Example
White with #FF58AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58AE; }
p { color: rgb(255,88,174); }
H1.HeaderClassName
{
color: #FF58AE;
}
.AnyTagClassName
{
color: #FF58AE;
}
</style>
background-color css
<style>
a { background-color: #FF58AE; }
a { background-color: rgb(255,88,174); }
div.DivClassName
{
background-color: #FF58AE;
}
.BgClassName
{
background-color: #FF58AE;
}
</style>
border-color css
<style>
span { border-color: #FF58AE; }
span { border-color: rgb(255,88,174); }
td.TdClassName
{
border-color: #FF58AE;
}
.TagClassName
{
border-color: #FF58AE;
}
</style>