Shades of Brilliant Rose #F6649C
Tints of Brilliant Rose #F6649C
RGB
CMYK
RGB Variations
Color information
#F6649C (or 0xF6649C) is known color: Brilliant Rose. HEX triplet: F6, 64 and 9C. RGB value is (246,100,156). Sum of RGB (Red+Green+Blue) = 246+100+156=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F6649C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6649C is #099B63. Grayscale: #959595. Windows color (decimal): -629604 or 10249462. OLE color: 10249462.
HSL color Cylindrical-coordinate representation of color #F6649C: hue angle of 336.99º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6649C is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 156 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.04 |
| HSL | 336.99º | 0.89% | 0.68% | - |
| HSV(B) | 336.99º | 0.59% | 0.96% | - |
| XYZ | 48.56 | 31.11 | 34.9 | - |
| YUV | 150.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 156 | 0 | 0.59 | 0.37 | 0.04 | 336.99 | 0.89 | 0.68 |
| Hex | F6 | 64 | 9C | 0 | 3B | 25 | 4 | 151 | 59 | 44 |
| Octal | 366 | 144 | 234 | 0 | 73 | 45 | 4 | 521 | 131 | 104 |
| Binary | 11110110 | 1100100 | 10011100 | 0 | 111011 | 100101 | 100 | 101010001 | 1011001 | 1000100 |
Color Harmonies of #F6649C
Complementary color
Monochromatic Colors of #F6649C
Black with #F6649C
Text Example
Text Example
White with #F6649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6649C; }
p { color: rgb(246,100,156); }
H1.HeaderClassName
{
color: #F6649C;
}
.AnyTagClassName
{
color: #F6649C;
}
</style>
background-color css
<style>
a { background-color: #F6649C; }
a { background-color: rgb(246,100,156); }
div.DivClassName
{
background-color: #F6649C;
}
.BgClassName
{
background-color: #F6649C;
}
</style>
border-color css
<style>
span { border-color: #F6649C; }
span { border-color: rgb(246,100,156); }
td.TdClassName
{
border-color: #F6649C;
}
.TagClassName
{
border-color: #F6649C;
}
</style>