Shades of Brilliant Rose #FD58AD
Tints of Brilliant Rose #FD58AD
RGB
CMYK
RGB Variations
Color information
#FD58AD (or 0xFD58AD) is known color: Brilliant Rose. HEX triplet: FD, 58 and AD. RGB value is (253,88,173). Sum of RGB (Red+Green+Blue) = 253+88+173=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD58AD is #02A752. Grayscale: #929292. Windows color (decimal): -173907 or 11360509. OLE color: 11360509.
HSL color Cylindrical-coordinate representation of color #FD58AD: hue angle of 329.09º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD58AD is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 88 | 173 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.01 |
| HSL | 329.09º | 0.98% | 0.67% | - |
| HSV(B) | 329.09º | 0.65% | 0.99% | - |
| XYZ | 51.54 | 30.88 | 42.78 | - |
| YUV | 147.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 88 | 173 | 0 | 0.65 | 0.32 | 0.01 | 329.09 | 0.98 | 0.67 |
| Hex | FD | 58 | AD | 0 | 41 | 20 | 1 | 149 | 62 | 43 |
| Octal | 375 | 130 | 255 | 0 | 101 | 40 | 1 | 511 | 142 | 103 |
| Binary | 11111101 | 1011000 | 10101101 | 0 | 1000001 | 100000 | 1 | 101001001 | 1100010 | 1000011 |
Color Harmonies of #FD58AD
Complementary color
Monochromatic Colors of #FD58AD
Black with #FD58AD
Text Example
Text Example
White with #FD58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD58AD; }
p { color: rgb(253,88,173); }
H1.HeaderClassName
{
color: #FD58AD;
}
.AnyTagClassName
{
color: #FD58AD;
}
</style>
background-color css
<style>
a { background-color: #FD58AD; }
a { background-color: rgb(253,88,173); }
div.DivClassName
{
background-color: #FD58AD;
}
.BgClassName
{
background-color: #FD58AD;
}
</style>
border-color css
<style>
span { border-color: #FD58AD; }
span { border-color: rgb(253,88,173); }
td.TdClassName
{
border-color: #FD58AD;
}
.TagClassName
{
border-color: #FD58AD;
}
</style>