Shades of Brilliant Rose #FA58A9
Tints of Brilliant Rose #FA58A9
RGB
CMYK
RGB Variations
Color information
#FA58A9 (or 0xFA58A9) is known color: Brilliant Rose. HEX triplet: FA, 58 and A9. RGB value is (250,88,169). Sum of RGB (Red+Green+Blue) = 250+88+169=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA58A9 is #05A756. Grayscale: #919191. Windows color (decimal): -370519 or 11098362. OLE color: 11098362.
HSL color Cylindrical-coordinate representation of color #FA58A9: hue angle of 330º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA58A9 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 169 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.02 |
| HSL | 330º | 0.94% | 0.66% | - |
| HSV(B) | 330º | 0.65% | 0.98% | - |
| XYZ | 50.08 | 30.17 | 40.72 | - |
| YUV | 145.67 | 141.17 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 169 | 0 | 0.65 | 0.32 | 0.02 | 330 | 0.94 | 0.66 |
| Hex | FA | 58 | A9 | 0 | 41 | 20 | 2 | 14A | 5E | 42 |
| Octal | 372 | 130 | 251 | 0 | 101 | 40 | 2 | 512 | 136 | 102 |
| Binary | 11111010 | 1011000 | 10101001 | 0 | 1000001 | 100000 | 10 | 101001010 | 1011110 | 1000010 |
Color Harmonies of #FA58A9
Complementary color
Monochromatic Colors of #FA58A9
Black with #FA58A9
Text Example
Text Example
White with #FA58A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58A9; }
p { color: rgb(250,88,169); }
H1.HeaderClassName
{
color: #FA58A9;
}
.AnyTagClassName
{
color: #FA58A9;
}
</style>
background-color css
<style>
a { background-color: #FA58A9; }
a { background-color: rgb(250,88,169); }
div.DivClassName
{
background-color: #FA58A9;
}
.BgClassName
{
background-color: #FA58A9;
}
</style>
border-color css
<style>
span { border-color: #FA58A9; }
span { border-color: rgb(250,88,169); }
td.TdClassName
{
border-color: #FA58A9;
}
.TagClassName
{
border-color: #FA58A9;
}
</style>