Shades of Brilliant Rose #FA549C
Tints of Brilliant Rose #FA549C
RGB
CMYK
RGB Variations
Color information
#FA549C (or 0xFA549C) is known color: Brilliant Rose. HEX triplet: FA, 54 and 9C. RGB value is (250,84,156). Sum of RGB (Red+Green+Blue) = 250+84+156=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA549C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA549C is #05AB63. Grayscale: #8D8D8D. Windows color (decimal): -371556 or 10245370. OLE color: 10245370.
HSL color Cylindrical-coordinate representation of color #FA549C: hue angle of 333.98º 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 #FA549C is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 156 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.02 |
| HSL | 333.98º | 0.94% | 0.65% | - |
| HSV(B) | 333.98º | 0.66% | 0.98% | - |
| XYZ | 48.6 | 29.06 | 34.5 | - |
| YUV | 141.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 156 | 0 | 0.66 | 0.38 | 0.02 | 333.98 | 0.94 | 0.65 |
| Hex | FA | 54 | 9C | 0 | 42 | 26 | 2 | 14E | 5E | 41 |
| Octal | 372 | 124 | 234 | 0 | 102 | 46 | 2 | 516 | 136 | 101 |
| Binary | 11111010 | 1010100 | 10011100 | 0 | 1000010 | 100110 | 10 | 101001110 | 1011110 | 1000001 |
Color Harmonies of #FA549C
Complementary color
Monochromatic Colors of #FA549C
Black with #FA549C
Text Example
Text Example
White with #FA549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA549C; }
p { color: rgb(250,84,156); }
H1.HeaderClassName
{
color: #FA549C;
}
.AnyTagClassName
{
color: #FA549C;
}
</style>
background-color css
<style>
a { background-color: #FA549C; }
a { background-color: rgb(250,84,156); }
div.DivClassName
{
background-color: #FA549C;
}
.BgClassName
{
background-color: #FA549C;
}
</style>
border-color css
<style>
span { border-color: #FA549C; }
span { border-color: rgb(250,84,156); }
td.TdClassName
{
border-color: #FA549C;
}
.TagClassName
{
border-color: #FA549C;
}
</style>