Shades of Brilliant Rose #FD58AB
Tints of Brilliant Rose #FD58AB
RGB
CMYK
RGB Variations
Color information
#FD58AB (or 0xFD58AB) is known color: Brilliant Rose. HEX triplet: FD, 58 and AB. RGB value is (253,88,171). Sum of RGB (Red+Green+Blue) = 253+88+171=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD58AB is #02A754. Grayscale: #929292. Windows color (decimal): -173909 or 11229437. OLE color: 11229437.
HSL color Cylindrical-coordinate representation of color #FD58AB: hue angle of 329.82º 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 #FD58AB is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 88 | 171 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.01 |
| HSL | 329.82º | 0.98% | 0.67% | - |
| HSV(B) | 329.82º | 0.65% | 0.99% | - |
| XYZ | 51.35 | 30.8 | 41.77 | - |
| YUV | 146.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 88 | 171 | 0 | 0.65 | 0.32 | 0.01 | 329.82 | 0.98 | 0.67 |
| Hex | FD | 58 | AB | 0 | 41 | 20 | 1 | 14A | 62 | 43 |
| Octal | 375 | 130 | 253 | 0 | 101 | 40 | 1 | 512 | 142 | 103 |
| Binary | 11111101 | 1011000 | 10101011 | 0 | 1000001 | 100000 | 1 | 101001010 | 1100010 | 1000011 |
Color Harmonies of #FD58AB
Complementary color
Monochromatic Colors of #FD58AB
Black with #FD58AB
Text Example
Text Example
White with #FD58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD58AB; }
p { color: rgb(253,88,171); }
H1.HeaderClassName
{
color: #FD58AB;
}
.AnyTagClassName
{
color: #FD58AB;
}
</style>
background-color css
<style>
a { background-color: #FD58AB; }
a { background-color: rgb(253,88,171); }
div.DivClassName
{
background-color: #FD58AB;
}
.BgClassName
{
background-color: #FD58AB;
}
</style>
border-color css
<style>
span { border-color: #FD58AB; }
span { border-color: rgb(253,88,171); }
td.TdClassName
{
border-color: #FD58AB;
}
.TagClassName
{
border-color: #FD58AB;
}
</style>