Shades of Brilliant Rose #FF58A9
Tints of Brilliant Rose #FF58A9
RGB
CMYK
RGB Variations
Color information
#FF58A9 (or 0xFF58A9) is known color: Brilliant Rose. HEX triplet: FF, 58 and A9. RGB value is (255,88,169). Sum of RGB (Red+Green+Blue) = 255+88+169=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF58A9 is #00A756. Grayscale: #939393. Windows color (decimal): -42839 or 11098367. OLE color: 11098367.
HSL color Cylindrical-coordinate representation of color #FF58A9: hue angle of 330.9º 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 #FF58A9 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 169 | - |
| CMYK | 0 | 0.65 | 0.34 | 0 |
| HSL | 330.9º | 1% | 0.67% | - |
| HSV(B) | 330.9º | 0.65% | 1% | - |
| XYZ | 51.89 | 31.1 | 40.8 | - |
| YUV | 147.17 | 140.33 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 169 | 0 | 0.65 | 0.34 | 0 | 330.9 | 1 | 0.67 |
| Hex | FF | 58 | A9 | 0 | 41 | 22 | 0 | 14B | 64 | 43 |
| Octal | 377 | 130 | 251 | 0 | 101 | 42 | 0 | 513 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10101001 | 0 | 1000001 | 100010 | 0 | 101001011 | 1100100 | 1000011 |
Color Harmonies of #FF58A9
Complementary color
Monochromatic Colors of #FF58A9
Black with #FF58A9
Text Example
Text Example
White with #FF58A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58A9; }
p { color: rgb(255,88,169); }
H1.HeaderClassName
{
color: #FF58A9;
}
.AnyTagClassName
{
color: #FF58A9;
}
</style>
background-color css
<style>
a { background-color: #FF58A9; }
a { background-color: rgb(255,88,169); }
div.DivClassName
{
background-color: #FF58A9;
}
.BgClassName
{
background-color: #FF58A9;
}
</style>
border-color css
<style>
span { border-color: #FF58A9; }
span { border-color: rgb(255,88,169); }
td.TdClassName
{
border-color: #FF58A9;
}
.TagClassName
{
border-color: #FF58A9;
}
</style>