Shades of Brilliant Rose #FD5BA3
Tints of Brilliant Rose #FD5BA3
RGB
CMYK
RGB Variations
Color information
#FD5BA3 (or 0xFD5BA3) is known color: Brilliant Rose. HEX triplet: FD, 5B and A3. RGB value is (253,91,163). Sum of RGB (Red+Green+Blue) = 253+91+163=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5BA3 is #02A45C. Grayscale: #939393. Windows color (decimal): -173149 or 10705917. OLE color: 10705917.
HSL color Cylindrical-coordinate representation of color #FD5BA3: hue angle of 333.33º 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 #FD5BA3 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 91 | 163 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.01 |
| HSL | 333.33º | 0.98% | 0.67% | - |
| HSV(B) | 333.33º | 0.64% | 0.99% | - |
| XYZ | 50.86 | 31.01 | 37.96 | - |
| YUV | 147.65 | 136.67 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 91 | 163 | 0 | 0.64 | 0.36 | 0.01 | 333.33 | 0.98 | 0.67 |
| Hex | FD | 5B | A3 | 0 | 40 | 24 | 1 | 14D | 62 | 43 |
| Octal | 375 | 133 | 243 | 0 | 100 | 44 | 1 | 515 | 142 | 103 |
| Binary | 11111101 | 1011011 | 10100011 | 0 | 1000000 | 100100 | 1 | 101001101 | 1100010 | 1000011 |
Color Harmonies of #FD5BA3
Complementary color
Monochromatic Colors of #FD5BA3
Black with #FD5BA3
Text Example
Text Example
White with #FD5BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5BA3; }
p { color: rgb(253,91,163); }
H1.HeaderClassName
{
color: #FD5BA3;
}
.AnyTagClassName
{
color: #FD5BA3;
}
</style>
background-color css
<style>
a { background-color: #FD5BA3; }
a { background-color: rgb(253,91,163); }
div.DivClassName
{
background-color: #FD5BA3;
}
.BgClassName
{
background-color: #FD5BA3;
}
</style>
border-color css
<style>
span { border-color: #FD5BA3; }
span { border-color: rgb(253,91,163); }
td.TdClassName
{
border-color: #FD5BA3;
}
.TagClassName
{
border-color: #FD5BA3;
}
</style>