Shades of Brilliant Rose #F649A0
Tints of Brilliant Rose #F649A0
RGB
CMYK
RGB Variations
Color information
#F649A0 (or 0xF649A0) is known color: Brilliant Rose. HEX triplet: F6, 49 and A0. RGB value is (246,73,160). Sum of RGB (Red+Green+Blue) = 246+73+160=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F649A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F649A0 is #09B65F. Grayscale: #868686. Windows color (decimal): -636512 or 10504694. OLE color: 10504694.
HSL color Cylindrical-coordinate representation of color #F649A0: hue angle of 329.83º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F649A0 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 160 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.04 |
| HSL | 329.83º | 0.91% | 0.63% | - |
| HSV(B) | 329.83º | 0.7% | 0.96% | - |
| XYZ | 46.73 | 26.9 | 35.99 | - |
| YUV | 134.65 | 142.31 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 160 | 0 | 0.70 | 0.35 | 0.04 | 329.83 | 0.91 | 0.63 |
| Hex | F6 | 49 | A0 | 0 | 46 | 23 | 4 | 14A | 5B | 3F |
| Octal | 366 | 111 | 240 | 0 | 106 | 43 | 4 | 512 | 133 | 77 |
| Binary | 11110110 | 1001001 | 10100000 | 0 | 1000110 | 100011 | 100 | 101001010 | 1011011 | 111111 |
Color Harmonies of #F649A0
Complementary color
Monochromatic Colors of #F649A0
Black with #F649A0
Text Example
Text Example
White with #F649A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F649A0; }
p { color: rgb(246,73,160); }
H1.HeaderClassName
{
color: #F649A0;
}
.AnyTagClassName
{
color: #F649A0;
}
</style>
background-color css
<style>
a { background-color: #F649A0; }
a { background-color: rgb(246,73,160); }
div.DivClassName
{
background-color: #F649A0;
}
.BgClassName
{
background-color: #F649A0;
}
</style>
border-color css
<style>
span { border-color: #F649A0; }
span { border-color: rgb(246,73,160); }
td.TdClassName
{
border-color: #F649A0;
}
.TagClassName
{
border-color: #F649A0;
}
</style>