Shades of Brilliant Rose #FF58AD
Tints of Brilliant Rose #FF58AD
RGB
CMYK
RGB Variations
Color information
#FF58AD (or 0xFF58AD) is known color: Brilliant Rose. HEX triplet: FF, 58 and AD. RGB value is (255,88,173). Sum of RGB (Red+Green+Blue) = 255+88+173=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF58AD is #00A752. Grayscale: #939393. Windows color (decimal): -42835 or 11360511. OLE color: 11360511.
HSL color Cylindrical-coordinate representation of color #FF58AD: hue angle of 329.46º 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 #FF58AD is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 173 | - |
| CMYK | 0 | 0.65 | 0.32 | 0 |
| HSL | 329.46º | 1% | 0.67% | - |
| HSV(B) | 329.46º | 0.65% | 1% | - |
| XYZ | 52.27 | 31.26 | 42.81 | - |
| YUV | 147.62 | 142.33 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 173 | 0 | 0.65 | 0.32 | 0 | 329.46 | 1 | 0.67 |
| Hex | FF | 58 | AD | 0 | 41 | 20 | 0 | 149 | 64 | 43 |
| Octal | 377 | 130 | 255 | 0 | 101 | 40 | 0 | 511 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10101101 | 0 | 1000001 | 100000 | 0 | 101001001 | 1100100 | 1000011 |
Color Harmonies of #FF58AD
Complementary color
Monochromatic Colors of #FF58AD
Black with #FF58AD
Text Example
Text Example
White with #FF58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58AD; }
p { color: rgb(255,88,173); }
H1.HeaderClassName
{
color: #FF58AD;
}
.AnyTagClassName
{
color: #FF58AD;
}
</style>
background-color css
<style>
a { background-color: #FF58AD; }
a { background-color: rgb(255,88,173); }
div.DivClassName
{
background-color: #FF58AD;
}
.BgClassName
{
background-color: #FF58AD;
}
</style>
border-color css
<style>
span { border-color: #FF58AD; }
span { border-color: rgb(255,88,173); }
td.TdClassName
{
border-color: #FF58AD;
}
.TagClassName
{
border-color: #FF58AD;
}
</style>