Shades of Brilliant Rose #FA5AAA
Tints of Brilliant Rose #FA5AAA
RGB
CMYK
RGB Variations
Color information
#FA5AAA (or 0xFA5AAA) is known color: Brilliant Rose. HEX triplet: FA, 5A and AA. RGB value is (250,90,170). Sum of RGB (Red+Green+Blue) = 250+90+170=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5AAA is #05A555. Grayscale: #929292. Windows color (decimal): -370006 or 11164410. OLE color: 11164410.
HSL color Cylindrical-coordinate representation of color #FA5AAA: hue angle of 330º 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 #FA5AAA is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 170 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.02 |
| HSL | 330º | 0.94% | 0.67% | - |
| HSV(B) | 330º | 0.64% | 0.98% | - |
| XYZ | 50.34 | 30.54 | 41.27 | - |
| YUV | 146.96 | 141.01 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 170 | 0 | 0.64 | 0.32 | 0.02 | 330 | 0.94 | 0.67 |
| Hex | FA | 5A | AA | 0 | 40 | 20 | 2 | 14A | 5E | 43 |
| Octal | 372 | 132 | 252 | 0 | 100 | 40 | 2 | 512 | 136 | 103 |
| Binary | 11111010 | 1011010 | 10101010 | 0 | 1000000 | 100000 | 10 | 101001010 | 1011110 | 1000011 |
Color Harmonies of #FA5AAA
Complementary color
Monochromatic Colors of #FA5AAA
Black with #FA5AAA
Text Example
Text Example
White with #FA5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5AAA; }
p { color: rgb(250,90,170); }
H1.HeaderClassName
{
color: #FA5AAA;
}
.AnyTagClassName
{
color: #FA5AAA;
}
</style>
background-color css
<style>
a { background-color: #FA5AAA; }
a { background-color: rgb(250,90,170); }
div.DivClassName
{
background-color: #FA5AAA;
}
.BgClassName
{
background-color: #FA5AAA;
}
</style>
border-color css
<style>
span { border-color: #FA5AAA; }
span { border-color: rgb(250,90,170); }
td.TdClassName
{
border-color: #FA5AAA;
}
.TagClassName
{
border-color: #FA5AAA;
}
</style>