Shades of Brilliant Rose #FA50B5
Tints of Brilliant Rose #FA50B5
RGB
CMYK
RGB Variations
Color information
#FA50B5 (or 0xFA50B5) is known color: Brilliant Rose. HEX triplet: FA, 50 and B5. RGB value is (250,80,181). Sum of RGB (Red+Green+Blue) = 250+80+181=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA50B5 is #05AF4A. Grayscale: #8E8E8E. Windows color (decimal): -372555 or 11882746. OLE color: 11882746.
HSL color Cylindrical-coordinate representation of color #FA50B5: hue angle of 324.35º 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 #FA50B5 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 181 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.02 |
| HSL | 324.35º | 0.94% | 0.65% | - |
| HSV(B) | 324.35º | 0.68% | 0.98% | - |
| XYZ | 50.63 | 29.4 | 46.72 | - |
| YUV | 142.34 | 149.82 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 181 | 0 | 0.68 | 0.28 | 0.02 | 324.35 | 0.94 | 0.65 |
| Hex | FA | 50 | B5 | 0 | 44 | 1C | 2 | 144 | 5E | 41 |
| Octal | 372 | 120 | 265 | 0 | 104 | 34 | 2 | 504 | 136 | 101 |
| Binary | 11111010 | 1010000 | 10110101 | 0 | 1000100 | 11100 | 10 | 101000100 | 1011110 | 1000001 |
Color Harmonies of #FA50B5
Complementary color
Monochromatic Colors of #FA50B5
Black with #FA50B5
Text Example
Text Example
White with #FA50B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA50B5; }
p { color: rgb(250,80,181); }
H1.HeaderClassName
{
color: #FA50B5;
}
.AnyTagClassName
{
color: #FA50B5;
}
</style>
background-color css
<style>
a { background-color: #FA50B5; }
a { background-color: rgb(250,80,181); }
div.DivClassName
{
background-color: #FA50B5;
}
.BgClassName
{
background-color: #FA50B5;
}
</style>
border-color css
<style>
span { border-color: #FA50B5; }
span { border-color: rgb(250,80,181); }
td.TdClassName
{
border-color: #FA50B5;
}
.TagClassName
{
border-color: #FA50B5;
}
</style>