Shades of Brilliant Rose #FA5AB0
Tints of Brilliant Rose #FA5AB0
RGB
CMYK
RGB Variations
Color information
#FA5AB0 (or 0xFA5AB0) is known color: Brilliant Rose. HEX triplet: FA, 5A and B0. RGB value is (250,90,176). Sum of RGB (Red+Green+Blue) = 250+90+176=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5AB0 is #05A54F. Grayscale: #939393. Windows color (decimal): -370000 or 11557626. OLE color: 11557626.
HSL color Cylindrical-coordinate representation of color #FA5AB0: hue angle of 327.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5AB0 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 176 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.02 |
| HSL | 327.75º | 0.94% | 0.67% | - |
| HSV(B) | 327.75º | 0.64% | 0.98% | - |
| XYZ | 50.92 | 30.77 | 44.33 | - |
| YUV | 147.64 | 144.01 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 176 | 0 | 0.64 | 0.30 | 0.02 | 327.75 | 0.94 | 0.67 |
| Hex | FA | 5A | B0 | 0 | 40 | 1E | 2 | 148 | 5E | 43 |
| Octal | 372 | 132 | 260 | 0 | 100 | 36 | 2 | 510 | 136 | 103 |
| Binary | 11111010 | 1011010 | 10110000 | 0 | 1000000 | 11110 | 10 | 101001000 | 1011110 | 1000011 |
Color Harmonies of #FA5AB0
Complementary color
Monochromatic Colors of #FA5AB0
Black with #FA5AB0
Text Example
Text Example
White with #FA5AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5AB0; }
p { color: rgb(250,90,176); }
H1.HeaderClassName
{
color: #FA5AB0;
}
.AnyTagClassName
{
color: #FA5AB0;
}
</style>
background-color css
<style>
a { background-color: #FA5AB0; }
a { background-color: rgb(250,90,176); }
div.DivClassName
{
background-color: #FA5AB0;
}
.BgClassName
{
background-color: #FA5AB0;
}
</style>
border-color css
<style>
span { border-color: #FA5AB0; }
span { border-color: rgb(250,90,176); }
td.TdClassName
{
border-color: #FA5AB0;
}
.TagClassName
{
border-color: #FA5AB0;
}
</style>