Shades of Brilliant Rose #FA549E
Tints of Brilliant Rose #FA549E
RGB
CMYK
RGB Variations
Color information
#FA549E (or 0xFA549E) is known color: Brilliant Rose. HEX triplet: FA, 54 and 9E. RGB value is (250,84,158). Sum of RGB (Red+Green+Blue) = 250+84+158=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA549E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA549E is #05AB61. Grayscale: #8D8D8D. Windows color (decimal): -371554 or 10376442. OLE color: 10376442.
HSL color Cylindrical-coordinate representation of color #FA549E: hue angle of 333.25º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA549E is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 158 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.02 |
| HSL | 333.25º | 0.94% | 0.65% | - |
| HSV(B) | 333.25º | 0.66% | 0.98% | - |
| XYZ | 48.77 | 29.13 | 35.4 | - |
| YUV | 142.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 158 | 0 | 0.66 | 0.37 | 0.02 | 333.25 | 0.94 | 0.65 |
| Hex | FA | 54 | 9E | 0 | 42 | 25 | 2 | 14D | 5E | 41 |
| Octal | 372 | 124 | 236 | 0 | 102 | 45 | 2 | 515 | 136 | 101 |
| Binary | 11111010 | 1010100 | 10011110 | 0 | 1000010 | 100101 | 10 | 101001101 | 1011110 | 1000001 |
Color Harmonies of #FA549E
Complementary color
Monochromatic Colors of #FA549E
Black with #FA549E
Text Example
Text Example
White with #FA549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA549E; }
p { color: rgb(250,84,158); }
H1.HeaderClassName
{
color: #FA549E;
}
.AnyTagClassName
{
color: #FA549E;
}
</style>
background-color css
<style>
a { background-color: #FA549E; }
a { background-color: rgb(250,84,158); }
div.DivClassName
{
background-color: #FA549E;
}
.BgClassName
{
background-color: #FA549E;
}
</style>
border-color css
<style>
span { border-color: #FA549E; }
span { border-color: rgb(250,84,158); }
td.TdClassName
{
border-color: #FA549E;
}
.TagClassName
{
border-color: #FA549E;
}
</style>