Shades of Brilliant Rose #FA49AD
Tints of Brilliant Rose #FA49AD
RGB
CMYK
RGB Variations
Color information
#FA49AD (or 0xFA49AD) is known color: Brilliant Rose. HEX triplet: FA, 49 and AD. RGB value is (250,73,173). Sum of RGB (Red+Green+Blue) = 250+73+173=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA49AD is #05B652. Grayscale: #898989. Windows color (decimal): -374355 or 11356666. OLE color: 11356666.
HSL color Cylindrical-coordinate representation of color #FA49AD: hue angle of 326.1º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA49AD is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 173 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.02 |
| HSL | 326.1º | 0.95% | 0.63% | - |
| HSV(B) | 326.1º | 0.71% | 0.98% | - |
| XYZ | 49.35 | 28.11 | 42.36 | - |
| YUV | 137.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 173 | 0 | 0.71 | 0.31 | 0.02 | 326.1 | 0.95 | 0.63 |
| Hex | FA | 49 | AD | 0 | 47 | 1F | 2 | 146 | 5F | 3F |
| Octal | 372 | 111 | 255 | 0 | 107 | 37 | 2 | 506 | 137 | 77 |
| Binary | 11111010 | 1001001 | 10101101 | 0 | 1000111 | 11111 | 10 | 101000110 | 1011111 | 111111 |
Color Harmonies of #FA49AD
Complementary color
Monochromatic Colors of #FA49AD
Black with #FA49AD
Text Example
Text Example
White with #FA49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA49AD; }
p { color: rgb(250,73,173); }
H1.HeaderClassName
{
color: #FA49AD;
}
.AnyTagClassName
{
color: #FA49AD;
}
</style>
background-color css
<style>
a { background-color: #FA49AD; }
a { background-color: rgb(250,73,173); }
div.DivClassName
{
background-color: #FA49AD;
}
.BgClassName
{
background-color: #FA49AD;
}
</style>
border-color css
<style>
span { border-color: #FA49AD; }
span { border-color: rgb(250,73,173); }
td.TdClassName
{
border-color: #FA49AD;
}
.TagClassName
{
border-color: #FA49AD;
}
</style>