Shades of Brilliant Rose #FA5EAB
Tints of Brilliant Rose #FA5EAB
RGB
CMYK
RGB Variations
Color information
#FA5EAB (or 0xFA5EAB) is known color: Brilliant Rose. HEX triplet: FA, 5E and AB. RGB value is (250,94,171). Sum of RGB (Red+Green+Blue) = 250+94+171=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5EAB is #05A154. Grayscale: #959595. Windows color (decimal): -368981 or 11230970. OLE color: 11230970.
HSL color Cylindrical-coordinate representation of color #FA5EAB: hue angle of 330.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5EAB is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 171 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.02 |
| HSL | 330.38º | 0.94% | 0.67% | - |
| HSV(B) | 330.38º | 0.62% | 0.98% | - |
| XYZ | 50.78 | 31.27 | 41.89 | - |
| YUV | 149.42 | 140.18 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 171 | 0 | 0.62 | 0.32 | 0.02 | 330.38 | 0.94 | 0.67 |
| Hex | FA | 5E | AB | 0 | 3E | 20 | 2 | 14A | 5E | 43 |
| Octal | 372 | 136 | 253 | 0 | 76 | 40 | 2 | 512 | 136 | 103 |
| Binary | 11111010 | 1011110 | 10101011 | 0 | 111110 | 100000 | 10 | 101001010 | 1011110 | 1000011 |
Color Harmonies of #FA5EAB
Complementary color
Monochromatic Colors of #FA5EAB
Black with #FA5EAB
Text Example
Text Example
White with #FA5EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5EAB; }
p { color: rgb(250,94,171); }
H1.HeaderClassName
{
color: #FA5EAB;
}
.AnyTagClassName
{
color: #FA5EAB;
}
</style>
background-color css
<style>
a { background-color: #FA5EAB; }
a { background-color: rgb(250,94,171); }
div.DivClassName
{
background-color: #FA5EAB;
}
.BgClassName
{
background-color: #FA5EAB;
}
</style>
border-color css
<style>
span { border-color: #FA5EAB; }
span { border-color: rgb(250,94,171); }
td.TdClassName
{
border-color: #FA5EAB;
}
.TagClassName
{
border-color: #FA5EAB;
}
</style>