Shades of Brilliant Rose #FA5BA9
Tints of Brilliant Rose #FA5BA9
RGB
CMYK
RGB Variations
Color information
#FA5BA9 (or 0xFA5BA9) is known color: Brilliant Rose. HEX triplet: FA, 5B and A9. RGB value is (250,91,169). Sum of RGB (Red+Green+Blue) = 250+91+169=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5BA9 is #05A456. Grayscale: #939393. Windows color (decimal): -369751 or 11099130. OLE color: 11099130.
HSL color Cylindrical-coordinate representation of color #FA5BA9: hue angle of 330.57º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5BA9 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 169 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.02 |
| HSL | 330.57º | 0.94% | 0.67% | - |
| HSV(B) | 330.57º | 0.64% | 0.98% | - |
| XYZ | 50.33 | 30.67 | 40.8 | - |
| YUV | 147.43 | 140.18 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 169 | 0 | 0.64 | 0.32 | 0.02 | 330.57 | 0.94 | 0.67 |
| Hex | FA | 5B | A9 | 0 | 40 | 20 | 2 | 14B | 5E | 43 |
| Octal | 372 | 133 | 251 | 0 | 100 | 40 | 2 | 513 | 136 | 103 |
| Binary | 11111010 | 1011011 | 10101001 | 0 | 1000000 | 100000 | 10 | 101001011 | 1011110 | 1000011 |
Color Harmonies of #FA5BA9
Complementary color
Monochromatic Colors of #FA5BA9
Black with #FA5BA9
Text Example
Text Example
White with #FA5BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BA9; }
p { color: rgb(250,91,169); }
H1.HeaderClassName
{
color: #FA5BA9;
}
.AnyTagClassName
{
color: #FA5BA9;
}
</style>
background-color css
<style>
a { background-color: #FA5BA9; }
a { background-color: rgb(250,91,169); }
div.DivClassName
{
background-color: #FA5BA9;
}
.BgClassName
{
background-color: #FA5BA9;
}
</style>
border-color css
<style>
span { border-color: #FA5BA9; }
span { border-color: rgb(250,91,169); }
td.TdClassName
{
border-color: #FA5BA9;
}
.TagClassName
{
border-color: #FA5BA9;
}
</style>