Shades of Brilliant Rose #FA4AB9
Tints of Brilliant Rose #FA4AB9
RGB
CMYK
RGB Variations
Color information
#FA4AB9 (or 0xFA4AB9) is known color: Brilliant Rose. HEX triplet: FA, 4A and B9. RGB value is (250,74,185). Sum of RGB (Red+Green+Blue) = 250+74+185=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4AB9 is #05B546. Grayscale: #8B8B8B. Windows color (decimal): -374087 or 12143354. OLE color: 12143354.
HSL color Cylindrical-coordinate representation of color #FA4AB9: hue angle of 322.16º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4AB9 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 185 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.02 |
| HSL | 322.16º | 0.95% | 0.64% | - |
| HSV(B) | 322.16º | 0.7% | 0.98% | - |
| XYZ | 50.63 | 28.72 | 48.77 | - |
| YUV | 139.28 | 153.81 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 185 | 0 | 0.70 | 0.26 | 0.02 | 322.16 | 0.95 | 0.64 |
| Hex | FA | 4A | B9 | 0 | 46 | 1A | 2 | 142 | 5F | 40 |
| Octal | 372 | 112 | 271 | 0 | 106 | 32 | 2 | 502 | 137 | 100 |
| Binary | 11111010 | 1001010 | 10111001 | 0 | 1000110 | 11010 | 10 | 101000010 | 1011111 | 1000000 |
Color Harmonies of #FA4AB9
Complementary color
Monochromatic Colors of #FA4AB9
Black with #FA4AB9
Text Example
Text Example
White with #FA4AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4AB9; }
p { color: rgb(250,74,185); }
H1.HeaderClassName
{
color: #FA4AB9;
}
.AnyTagClassName
{
color: #FA4AB9;
}
</style>
background-color css
<style>
a { background-color: #FA4AB9; }
a { background-color: rgb(250,74,185); }
div.DivClassName
{
background-color: #FA4AB9;
}
.BgClassName
{
background-color: #FA4AB9;
}
</style>
border-color css
<style>
span { border-color: #FA4AB9; }
span { border-color: rgb(250,74,185); }
td.TdClassName
{
border-color: #FA4AB9;
}
.TagClassName
{
border-color: #FA4AB9;
}
</style>