Shades of Brilliant Rose #FA59AC
Tints of Brilliant Rose #FA59AC
RGB
CMYK
RGB Variations
Color information
#FA59AC (or 0xFA59AC) is known color: Brilliant Rose. HEX triplet: FA, 59 and AC. RGB value is (250,89,172). Sum of RGB (Red+Green+Blue) = 250+89+172=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA59AC is #05A653. Grayscale: #929292. Windows color (decimal): -370260 or 11295226. OLE color: 11295226.
HSL color Cylindrical-coordinate representation of color #FA59AC: hue angle of 329.07º 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 #FA59AC is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 172 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.02 |
| HSL | 329.07º | 0.94% | 0.66% | - |
| HSV(B) | 329.07º | 0.64% | 0.98% | - |
| XYZ | 50.44 | 30.45 | 42.25 | - |
| YUV | 146.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 172 | 0 | 0.64 | 0.31 | 0.02 | 329.07 | 0.94 | 0.66 |
| Hex | FA | 59 | AC | 0 | 40 | 1F | 2 | 149 | 5E | 42 |
| Octal | 372 | 131 | 254 | 0 | 100 | 37 | 2 | 511 | 136 | 102 |
| Binary | 11111010 | 1011001 | 10101100 | 0 | 1000000 | 11111 | 10 | 101001001 | 1011110 | 1000010 |
Color Harmonies of #FA59AC
Complementary color
Monochromatic Colors of #FA59AC
Black with #FA59AC
Text Example
Text Example
White with #FA59AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA59AC; }
p { color: rgb(250,89,172); }
H1.HeaderClassName
{
color: #FA59AC;
}
.AnyTagClassName
{
color: #FA59AC;
}
</style>
background-color css
<style>
a { background-color: #FA59AC; }
a { background-color: rgb(250,89,172); }
div.DivClassName
{
background-color: #FA59AC;
}
.BgClassName
{
background-color: #FA59AC;
}
</style>
border-color css
<style>
span { border-color: #FA59AC; }
span { border-color: rgb(250,89,172); }
td.TdClassName
{
border-color: #FA59AC;
}
.TagClassName
{
border-color: #FA59AC;
}
</style>