Shades of Brilliant Rose #F649AD
Tints of Brilliant Rose #F649AD
RGB
CMYK
RGB Variations
Color information
#F649AD (or 0xF649AD) is known color: Brilliant Rose. HEX triplet: F6, 49 and AD. RGB value is (246,73,173). Sum of RGB (Red+Green+Blue) = 246+73+173=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F649AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F649AD is #09B652. Grayscale: #878787. Windows color (decimal): -636499 or 11356662. OLE color: 11356662.
HSL color Cylindrical-coordinate representation of color #F649AD: hue angle of 325.32º 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 #F649AD is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 173 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.04 |
| HSL | 325.32º | 0.91% | 0.63% | - |
| HSV(B) | 325.32º | 0.7% | 0.96% | - |
| XYZ | 47.93 | 27.38 | 42.29 | - |
| YUV | 136.13 | 148.81 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 173 | 0 | 0.70 | 0.30 | 0.04 | 325.32 | 0.91 | 0.63 |
| Hex | F6 | 49 | AD | 0 | 46 | 1E | 4 | 145 | 5B | 3F |
| Octal | 366 | 111 | 255 | 0 | 106 | 36 | 4 | 505 | 133 | 77 |
| Binary | 11110110 | 1001001 | 10101101 | 0 | 1000110 | 11110 | 100 | 101000101 | 1011011 | 111111 |
Color Harmonies of #F649AD
Complementary color
Monochromatic Colors of #F649AD
Black with #F649AD
Text Example
Text Example
White with #F649AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F649AD; }
p { color: rgb(246,73,173); }
H1.HeaderClassName
{
color: #F649AD;
}
.AnyTagClassName
{
color: #F649AD;
}
</style>
background-color css
<style>
a { background-color: #F649AD; }
a { background-color: rgb(246,73,173); }
div.DivClassName
{
background-color: #F649AD;
}
.BgClassName
{
background-color: #F649AD;
}
</style>
border-color css
<style>
span { border-color: #F649AD; }
span { border-color: rgb(246,73,173); }
td.TdClassName
{
border-color: #F649AD;
}
.TagClassName
{
border-color: #F649AD;
}
</style>