Shades of Brilliant Rose #FD58A1
Tints of Brilliant Rose #FD58A1
RGB
CMYK
RGB Variations
Color information
#FD58A1 (or 0xFD58A1) is known color: Brilliant Rose. HEX triplet: FD, 58 and A1. RGB value is (253,88,161). Sum of RGB (Red+Green+Blue) = 253+88+161=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD58A1 is #02A75E. Grayscale: #919191. Windows color (decimal): -173919 or 10574077. OLE color: 10574077.
HSL color Cylindrical-coordinate representation of color #FD58A1: hue angle of 333.45º 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 #FD58A1 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 88 | 161 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.01 |
| HSL | 333.45º | 0.98% | 0.67% | - |
| HSV(B) | 333.45º | 0.65% | 0.99% | - |
| XYZ | 50.43 | 30.44 | 36.93 | - |
| YUV | 145.66 | 136.66 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 88 | 161 | 0 | 0.65 | 0.36 | 0.01 | 333.45 | 0.98 | 0.67 |
| Hex | FD | 58 | A1 | 0 | 41 | 24 | 1 | 14D | 62 | 43 |
| Octal | 375 | 130 | 241 | 0 | 101 | 44 | 1 | 515 | 142 | 103 |
| Binary | 11111101 | 1011000 | 10100001 | 0 | 1000001 | 100100 | 1 | 101001101 | 1100010 | 1000011 |
Color Harmonies of #FD58A1
Complementary color
Monochromatic Colors of #FD58A1
Black with #FD58A1
Text Example
Text Example
White with #FD58A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD58A1; }
p { color: rgb(253,88,161); }
H1.HeaderClassName
{
color: #FD58A1;
}
.AnyTagClassName
{
color: #FD58A1;
}
</style>
background-color css
<style>
a { background-color: #FD58A1; }
a { background-color: rgb(253,88,161); }
div.DivClassName
{
background-color: #FD58A1;
}
.BgClassName
{
background-color: #FD58A1;
}
</style>
border-color css
<style>
span { border-color: #FD58A1; }
span { border-color: rgb(253,88,161); }
td.TdClassName
{
border-color: #FD58A1;
}
.TagClassName
{
border-color: #FD58A1;
}
</style>