Shades of Brilliant Rose #FA5997
Tints of Brilliant Rose #FA5997
RGB
CMYK
RGB Variations
Color information
#FA5997 (or 0xFA5997) is known color: Brilliant Rose. HEX triplet: FA, 59 and 97. RGB value is (250,89,151). Sum of RGB (Red+Green+Blue) = 250+89+151=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5997 is #05A668. Grayscale: #909090. Windows color (decimal): -370281 or 9918970. OLE color: 9918970.
HSL color Cylindrical-coordinate representation of color #FA5997: hue angle of 336.89º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5997 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 151 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.02 |
| HSL | 336.89º | 0.94% | 0.66% | - |
| HSV(B) | 336.89º | 0.64% | 0.98% | - |
| XYZ | 48.58 | 29.7 | 32.45 | - |
| YUV | 144.21 | 131.84 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 151 | 0 | 0.64 | 0.40 | 0.02 | 336.89 | 0.94 | 0.66 |
| Hex | FA | 59 | 97 | 0 | 40 | 28 | 2 | 151 | 5E | 42 |
| Octal | 372 | 131 | 227 | 0 | 100 | 50 | 2 | 521 | 136 | 102 |
| Binary | 11111010 | 1011001 | 10010111 | 0 | 1000000 | 101000 | 10 | 101010001 | 1011110 | 1000010 |
Color Harmonies of #FA5997
Complementary color
Monochromatic Colors of #FA5997
Black with #FA5997
Text Example
Text Example
White with #FA5997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5997; }
p { color: rgb(250,89,151); }
H1.HeaderClassName
{
color: #FA5997;
}
.AnyTagClassName
{
color: #FA5997;
}
</style>
background-color css
<style>
a { background-color: #FA5997; }
a { background-color: rgb(250,89,151); }
div.DivClassName
{
background-color: #FA5997;
}
.BgClassName
{
background-color: #FA5997;
}
</style>
border-color css
<style>
span { border-color: #FA5997; }
span { border-color: rgb(250,89,151); }
td.TdClassName
{
border-color: #FA5997;
}
.TagClassName
{
border-color: #FA5997;
}
</style>