Shades of Brilliant Rose #FA5BA6
Tints of Brilliant Rose #FA5BA6
RGB
CMYK
RGB Variations
Color information
#FA5BA6 (or 0xFA5BA6) is known color: Brilliant Rose. HEX triplet: FA, 5B and A6. RGB value is (250,91,166). Sum of RGB (Red+Green+Blue) = 250+91+166=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5BA6 is #05A459. Grayscale: #929292. Windows color (decimal): -369754 or 10902522. OLE color: 10902522.
HSL color Cylindrical-coordinate representation of color #FA5BA6: hue angle of 331.7º 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 #FA5BA6 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 166 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.02 |
| HSL | 331.7º | 0.94% | 0.67% | - |
| HSV(B) | 331.7º | 0.64% | 0.98% | - |
| XYZ | 50.05 | 30.56 | 39.34 | - |
| YUV | 147.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 166 | 0 | 0.64 | 0.34 | 0.02 | 331.7 | 0.94 | 0.67 |
| Hex | FA | 5B | A6 | 0 | 40 | 22 | 2 | 14C | 5E | 43 |
| Octal | 372 | 133 | 246 | 0 | 100 | 42 | 2 | 514 | 136 | 103 |
| Binary | 11111010 | 1011011 | 10100110 | 0 | 1000000 | 100010 | 10 | 101001100 | 1011110 | 1000011 |
Color Harmonies of #FA5BA6
Complementary color
Monochromatic Colors of #FA5BA6
Black with #FA5BA6
Text Example
Text Example
White with #FA5BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BA6; }
p { color: rgb(250,91,166); }
H1.HeaderClassName
{
color: #FA5BA6;
}
.AnyTagClassName
{
color: #FA5BA6;
}
</style>
background-color css
<style>
a { background-color: #FA5BA6; }
a { background-color: rgb(250,91,166); }
div.DivClassName
{
background-color: #FA5BA6;
}
.BgClassName
{
background-color: #FA5BA6;
}
</style>
border-color css
<style>
span { border-color: #FA5BA6; }
span { border-color: rgb(250,91,166); }
td.TdClassName
{
border-color: #FA5BA6;
}
.TagClassName
{
border-color: #FA5BA6;
}
</style>