Shades of Brilliant Rose #FA49A0
Tints of Brilliant Rose #FA49A0
RGB
CMYK
RGB Variations
Color information
#FA49A0 (or 0xFA49A0) is known color: Brilliant Rose. HEX triplet: FA, 49 and A0. RGB value is (250,73,160). Sum of RGB (Red+Green+Blue) = 250+73+160=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA49A0 is #05B65F. Grayscale: #878787. Windows color (decimal): -374368 or 10504698. OLE color: 10504698.
HSL color Cylindrical-coordinate representation of color #FA49A0: hue angle of 330.51º 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 #FA49A0 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 160 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.02 |
| HSL | 330.51º | 0.95% | 0.63% | - |
| HSV(B) | 330.51º | 0.71% | 0.98% | - |
| XYZ | 48.15 | 27.63 | 36.05 | - |
| YUV | 135.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 160 | 0 | 0.71 | 0.36 | 0.02 | 330.51 | 0.95 | 0.63 |
| Hex | FA | 49 | A0 | 0 | 47 | 24 | 2 | 14B | 5F | 3F |
| Octal | 372 | 111 | 240 | 0 | 107 | 44 | 2 | 513 | 137 | 77 |
| Binary | 11111010 | 1001001 | 10100000 | 0 | 1000111 | 100100 | 10 | 101001011 | 1011111 | 111111 |
Color Harmonies of #FA49A0
Complementary color
Monochromatic Colors of #FA49A0
Black with #FA49A0
Text Example
Text Example
White with #FA49A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA49A0; }
p { color: rgb(250,73,160); }
H1.HeaderClassName
{
color: #FA49A0;
}
.AnyTagClassName
{
color: #FA49A0;
}
</style>
background-color css
<style>
a { background-color: #FA49A0; }
a { background-color: rgb(250,73,160); }
div.DivClassName
{
background-color: #FA49A0;
}
.BgClassName
{
background-color: #FA49A0;
}
</style>
border-color css
<style>
span { border-color: #FA49A0; }
span { border-color: rgb(250,73,160); }
td.TdClassName
{
border-color: #FA49A0;
}
.TagClassName
{
border-color: #FA49A0;
}
</style>