Shades of Brilliant Rose #FD5BA1
Tints of Brilliant Rose #FD5BA1
RGB
CMYK
RGB Variations
Color information
#FD5BA1 (or 0xFD5BA1) is known color: Brilliant Rose. HEX triplet: FD, 5B and A1. RGB value is (253,91,161). Sum of RGB (Red+Green+Blue) = 253+91+161=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5BA1 is #02A45E. Grayscale: #939393. Windows color (decimal): -173151 or 10574845. OLE color: 10574845.
HSL color Cylindrical-coordinate representation of color #FD5BA1: hue angle of 334.07º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5BA1 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 91 | 161 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.01 |
| HSL | 334.07º | 0.98% | 0.67% | - |
| HSV(B) | 334.07º | 0.64% | 0.99% | - |
| XYZ | 50.68 | 30.94 | 37.02 | - |
| YUV | 147.42 | 135.67 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 91 | 161 | 0 | 0.64 | 0.36 | 0.01 | 334.07 | 0.98 | 0.67 |
| Hex | FD | 5B | A1 | 0 | 40 | 24 | 1 | 14E | 62 | 43 |
| Octal | 375 | 133 | 241 | 0 | 100 | 44 | 1 | 516 | 142 | 103 |
| Binary | 11111101 | 1011011 | 10100001 | 0 | 1000000 | 100100 | 1 | 101001110 | 1100010 | 1000011 |
Color Harmonies of #FD5BA1
Complementary color
Monochromatic Colors of #FD5BA1
Black with #FD5BA1
Text Example
Text Example
White with #FD5BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5BA1; }
p { color: rgb(253,91,161); }
H1.HeaderClassName
{
color: #FD5BA1;
}
.AnyTagClassName
{
color: #FD5BA1;
}
</style>
background-color css
<style>
a { background-color: #FD5BA1; }
a { background-color: rgb(253,91,161); }
div.DivClassName
{
background-color: #FD5BA1;
}
.BgClassName
{
background-color: #FD5BA1;
}
</style>
border-color css
<style>
span { border-color: #FD5BA1; }
span { border-color: rgb(253,91,161); }
td.TdClassName
{
border-color: #FD5BA1;
}
.TagClassName
{
border-color: #FD5BA1;
}
</style>