Shades of Brilliant Rose #FA519C
Tints of Brilliant Rose #FA519C
RGB
CMYK
RGB Variations
Color information
#FA519C (or 0xFA519C) is known color: Brilliant Rose. HEX triplet: FA, 51 and 9C. RGB value is (250,81,156). Sum of RGB (Red+Green+Blue) = 250+81+156=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA519C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA519C is #05AE63. Grayscale: #8B8B8B. Windows color (decimal): -372324 or 10244602. OLE color: 10244602.
HSL color Cylindrical-coordinate representation of color #FA519C: hue angle of 333.37º 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 #FA519C is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 156 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.02 |
| HSL | 333.37º | 0.94% | 0.65% | - |
| HSV(B) | 333.37º | 0.68% | 0.98% | - |
| XYZ | 48.37 | 28.61 | 34.43 | - |
| YUV | 140.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 156 | 0 | 0.68 | 0.38 | 0.02 | 333.37 | 0.94 | 0.65 |
| Hex | FA | 51 | 9C | 0 | 44 | 26 | 2 | 14D | 5E | 41 |
| Octal | 372 | 121 | 234 | 0 | 104 | 46 | 2 | 515 | 136 | 101 |
| Binary | 11111010 | 1010001 | 10011100 | 0 | 1000100 | 100110 | 10 | 101001101 | 1011110 | 1000001 |
Color Harmonies of #FA519C
Complementary color
Monochromatic Colors of #FA519C
Black with #FA519C
Text Example
Text Example
White with #FA519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA519C; }
p { color: rgb(250,81,156); }
H1.HeaderClassName
{
color: #FA519C;
}
.AnyTagClassName
{
color: #FA519C;
}
</style>
background-color css
<style>
a { background-color: #FA519C; }
a { background-color: rgb(250,81,156); }
div.DivClassName
{
background-color: #FA519C;
}
.BgClassName
{
background-color: #FA519C;
}
</style>
border-color css
<style>
span { border-color: #FA519C; }
span { border-color: rgb(250,81,156); }
td.TdClassName
{
border-color: #FA519C;
}
.TagClassName
{
border-color: #FA519C;
}
</style>