Shades of Brilliant Rose #FA50AD
Tints of Brilliant Rose #FA50AD
RGB
CMYK
RGB Variations
Color information
#FA50AD (or 0xFA50AD) is known color: Brilliant Rose. HEX triplet: FA, 50 and AD. RGB value is (250,80,173). Sum of RGB (Red+Green+Blue) = 250+80+173=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA50AD is #05AF52. Grayscale: #8D8D8D. Windows color (decimal): -372563 or 11358458. OLE color: 11358458.
HSL color Cylindrical-coordinate representation of color #FA50AD: hue angle of 327.18º 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 #FA50AD is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 173 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.02 |
| HSL | 327.18º | 0.94% | 0.65% | - |
| HSV(B) | 327.18º | 0.68% | 0.98% | - |
| XYZ | 49.84 | 29.08 | 42.52 | - |
| YUV | 141.43 | 145.82 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 173 | 0 | 0.68 | 0.31 | 0.02 | 327.18 | 0.94 | 0.65 |
| Hex | FA | 50 | AD | 0 | 44 | 1F | 2 | 147 | 5E | 41 |
| Octal | 372 | 120 | 255 | 0 | 104 | 37 | 2 | 507 | 136 | 101 |
| Binary | 11111010 | 1010000 | 10101101 | 0 | 1000100 | 11111 | 10 | 101000111 | 1011110 | 1000001 |
Color Harmonies of #FA50AD
Complementary color
Monochromatic Colors of #FA50AD
Black with #FA50AD
Text Example
Text Example
White with #FA50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA50AD; }
p { color: rgb(250,80,173); }
H1.HeaderClassName
{
color: #FA50AD;
}
.AnyTagClassName
{
color: #FA50AD;
}
</style>
background-color css
<style>
a { background-color: #FA50AD; }
a { background-color: rgb(250,80,173); }
div.DivClassName
{
background-color: #FA50AD;
}
.BgClassName
{
background-color: #FA50AD;
}
</style>
border-color css
<style>
span { border-color: #FA50AD; }
span { border-color: rgb(250,80,173); }
td.TdClassName
{
border-color: #FA50AD;
}
.TagClassName
{
border-color: #FA50AD;
}
</style>