Shades of Brilliant Rose #FA5BAA
Tints of Brilliant Rose #FA5BAA
RGB
CMYK
RGB Variations
Color information
#FA5BAA (or 0xFA5BAA) is known color: Brilliant Rose. HEX triplet: FA, 5B and AA. RGB value is (250,91,170). Sum of RGB (Red+Green+Blue) = 250+91+170=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5BAA is #05A455. Grayscale: #939393. Windows color (decimal): -369750 or 11164666. OLE color: 11164666.
HSL color Cylindrical-coordinate representation of color #FA5BAA: hue angle of 330.19º 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 #FA5BAA is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 170 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.02 |
| HSL | 330.19º | 0.94% | 0.67% | - |
| HSV(B) | 330.19º | 0.64% | 0.98% | - |
| XYZ | 50.42 | 30.71 | 41.3 | - |
| YUV | 147.55 | 140.68 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 170 | 0 | 0.64 | 0.32 | 0.02 | 330.19 | 0.94 | 0.67 |
| Hex | FA | 5B | AA | 0 | 40 | 20 | 2 | 14A | 5E | 43 |
| Octal | 372 | 133 | 252 | 0 | 100 | 40 | 2 | 512 | 136 | 103 |
| Binary | 11111010 | 1011011 | 10101010 | 0 | 1000000 | 100000 | 10 | 101001010 | 1011110 | 1000011 |
Color Harmonies of #FA5BAA
Complementary color
Monochromatic Colors of #FA5BAA
Black with #FA5BAA
Text Example
Text Example
White with #FA5BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BAA; }
p { color: rgb(250,91,170); }
H1.HeaderClassName
{
color: #FA5BAA;
}
.AnyTagClassName
{
color: #FA5BAA;
}
</style>
background-color css
<style>
a { background-color: #FA5BAA; }
a { background-color: rgb(250,91,170); }
div.DivClassName
{
background-color: #FA5BAA;
}
.BgClassName
{
background-color: #FA5BAA;
}
</style>
border-color css
<style>
span { border-color: #FA5BAA; }
span { border-color: rgb(250,91,170); }
td.TdClassName
{
border-color: #FA5BAA;
}
.TagClassName
{
border-color: #FA5BAA;
}
</style>