Shades of Brilliant Rose #FA59AA
Tints of Brilliant Rose #FA59AA
RGB
CMYK
RGB Variations
Color information
#FA59AA (or 0xFA59AA) is known color: Brilliant Rose. HEX triplet: FA, 59 and AA. RGB value is (250,89,170). Sum of RGB (Red+Green+Blue) = 250+89+170=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA59AA is #05A655. Grayscale: #929292. Windows color (decimal): -370262 or 11164154. OLE color: 11164154.
HSL color Cylindrical-coordinate representation of color #FA59AA: hue angle of 329.81º 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 #FA59AA is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 170 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.02 |
| HSL | 329.81º | 0.94% | 0.66% | - |
| HSV(B) | 329.81º | 0.64% | 0.98% | - |
| XYZ | 50.25 | 30.37 | 41.24 | - |
| YUV | 146.37 | 141.34 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 170 | 0 | 0.64 | 0.32 | 0.02 | 329.81 | 0.94 | 0.66 |
| Hex | FA | 59 | AA | 0 | 40 | 20 | 2 | 14A | 5E | 42 |
| Octal | 372 | 131 | 252 | 0 | 100 | 40 | 2 | 512 | 136 | 102 |
| Binary | 11111010 | 1011001 | 10101010 | 0 | 1000000 | 100000 | 10 | 101001010 | 1011110 | 1000010 |
Color Harmonies of #FA59AA
Complementary color
Monochromatic Colors of #FA59AA
Black with #FA59AA
Text Example
Text Example
White with #FA59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA59AA; }
p { color: rgb(250,89,170); }
H1.HeaderClassName
{
color: #FA59AA;
}
.AnyTagClassName
{
color: #FA59AA;
}
</style>
background-color css
<style>
a { background-color: #FA59AA; }
a { background-color: rgb(250,89,170); }
div.DivClassName
{
background-color: #FA59AA;
}
.BgClassName
{
background-color: #FA59AA;
}
</style>
border-color css
<style>
span { border-color: #FA59AA; }
span { border-color: rgb(250,89,170); }
td.TdClassName
{
border-color: #FA59AA;
}
.TagClassName
{
border-color: #FA59AA;
}
</style>