Shades of Brilliant Rose #F649B2
Tints of Brilliant Rose #F649B2
RGB
CMYK
RGB Variations
Color information
#F649B2 (or 0xF649B2) is known color: Brilliant Rose. HEX triplet: F6, 49 and B2. RGB value is (246,73,178). Sum of RGB (Red+Green+Blue) = 246+73+178=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F649B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F649B2 is #09B64D. Grayscale: #888888. Windows color (decimal): -636494 or 11684342. OLE color: 11684342.
HSL color Cylindrical-coordinate representation of color #F649B2: hue angle of 323.58º 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 #F649B2 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 178 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.04 |
| HSL | 323.58º | 0.91% | 0.63% | - |
| HSV(B) | 323.58º | 0.7% | 0.96% | - |
| XYZ | 48.42 | 27.57 | 44.89 | - |
| YUV | 136.7 | 151.31 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 178 | 0 | 0.70 | 0.28 | 0.04 | 323.58 | 0.91 | 0.63 |
| Hex | F6 | 49 | B2 | 0 | 46 | 1C | 4 | 144 | 5B | 3F |
| Octal | 366 | 111 | 262 | 0 | 106 | 34 | 4 | 504 | 133 | 77 |
| Binary | 11110110 | 1001001 | 10110010 | 0 | 1000110 | 11100 | 100 | 101000100 | 1011011 | 111111 |
Color Harmonies of #F649B2
Complementary color
Monochromatic Colors of #F649B2
Black with #F649B2
Text Example
Text Example
White with #F649B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F649B2; }
p { color: rgb(246,73,178); }
H1.HeaderClassName
{
color: #F649B2;
}
.AnyTagClassName
{
color: #F649B2;
}
</style>
background-color css
<style>
a { background-color: #F649B2; }
a { background-color: rgb(246,73,178); }
div.DivClassName
{
background-color: #F649B2;
}
.BgClassName
{
background-color: #F649B2;
}
</style>
border-color css
<style>
span { border-color: #F649B2; }
span { border-color: rgb(246,73,178); }
td.TdClassName
{
border-color: #F649B2;
}
.TagClassName
{
border-color: #F649B2;
}
</style>