Shades of Brilliant Rose #FA50BA
Tints of Brilliant Rose #FA50BA
RGB
CMYK
RGB Variations
Color information
#FA50BA (or 0xFA50BA) is known color: Brilliant Rose. HEX triplet: FA, 50 and BA. RGB value is (250,80,186). Sum of RGB (Red+Green+Blue) = 250+80+186=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA50BA is #05AF45. Grayscale: #8E8E8E. Windows color (decimal): -372550 or 12210426. OLE color: 12210426.
HSL color Cylindrical-coordinate representation of color #FA50BA: hue angle of 322.59º 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 #FA50BA is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 186 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.02 |
| HSL | 322.59º | 0.94% | 0.65% | - |
| HSV(B) | 322.59º | 0.68% | 0.98% | - |
| XYZ | 51.16 | 29.61 | 49.47 | - |
| YUV | 142.91 | 152.32 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 186 | 0 | 0.68 | 0.26 | 0.02 | 322.59 | 0.94 | 0.65 |
| Hex | FA | 50 | BA | 0 | 44 | 1A | 2 | 143 | 5E | 41 |
| Octal | 372 | 120 | 272 | 0 | 104 | 32 | 2 | 503 | 136 | 101 |
| Binary | 11111010 | 1010000 | 10111010 | 0 | 1000100 | 11010 | 10 | 101000011 | 1011110 | 1000001 |
Color Harmonies of #FA50BA
Complementary color
Monochromatic Colors of #FA50BA
Black with #FA50BA
Text Example
Text Example
White with #FA50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA50BA; }
p { color: rgb(250,80,186); }
H1.HeaderClassName
{
color: #FA50BA;
}
.AnyTagClassName
{
color: #FA50BA;
}
</style>
background-color css
<style>
a { background-color: #FA50BA; }
a { background-color: rgb(250,80,186); }
div.DivClassName
{
background-color: #FA50BA;
}
.BgClassName
{
background-color: #FA50BA;
}
</style>
border-color css
<style>
span { border-color: #FA50BA; }
span { border-color: rgb(250,80,186); }
td.TdClassName
{
border-color: #FA50BA;
}
.TagClassName
{
border-color: #FA50BA;
}
</style>