Shades of Brilliant Rose #FA519D
Tints of Brilliant Rose #FA519D
RGB
CMYK
RGB Variations
Color information
#FA519D (or 0xFA519D) is known color: Brilliant Rose. HEX triplet: FA, 51 and 9D. RGB value is (250,81,157). Sum of RGB (Red+Green+Blue) = 250+81+157=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA519D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA519D is #05AE62. Grayscale: #8C8C8C. Windows color (decimal): -372323 or 10310138. OLE color: 10310138.
HSL color Cylindrical-coordinate representation of color #FA519D: hue angle of 333.02º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA519D is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 157 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.02 |
| HSL | 333.02º | 0.94% | 0.65% | - |
| HSV(B) | 333.02º | 0.68% | 0.98% | - |
| XYZ | 48.45 | 28.64 | 34.87 | - |
| YUV | 140.2 | 137.49 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 157 | 0 | 0.68 | 0.37 | 0.02 | 333.02 | 0.94 | 0.65 |
| Hex | FA | 51 | 9D | 0 | 44 | 25 | 2 | 14D | 5E | 41 |
| Octal | 372 | 121 | 235 | 0 | 104 | 45 | 2 | 515 | 136 | 101 |
| Binary | 11111010 | 1010001 | 10011101 | 0 | 1000100 | 100101 | 10 | 101001101 | 1011110 | 1000001 |
Color Harmonies of #FA519D
Complementary color
Monochromatic Colors of #FA519D
Black with #FA519D
Text Example
Text Example
White with #FA519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA519D; }
p { color: rgb(250,81,157); }
H1.HeaderClassName
{
color: #FA519D;
}
.AnyTagClassName
{
color: #FA519D;
}
</style>
background-color css
<style>
a { background-color: #FA519D; }
a { background-color: rgb(250,81,157); }
div.DivClassName
{
background-color: #FA519D;
}
.BgClassName
{
background-color: #FA519D;
}
</style>
border-color css
<style>
span { border-color: #FA519D; }
span { border-color: rgb(250,81,157); }
td.TdClassName
{
border-color: #FA519D;
}
.TagClassName
{
border-color: #FA519D;
}
</style>