Shades of Brilliant Rose #FF649E
Tints of Brilliant Rose #FF649E
RGB
CMYK
RGB Variations
Color information
#FF649E (or 0xFF649E) is known color: Brilliant Rose. HEX triplet: FF, 64 and 9E. RGB value is (255,100,158). Sum of RGB (Red+Green+Blue) = 255+100+158=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF649E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF649E is #009B61. Grayscale: #989898. Windows color (decimal): -39778 or 10380543. OLE color: 10380543.
HSL color Cylindrical-coordinate representation of color #FF649E: hue angle of 337.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF649E is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 158 | - |
| CMYK | 0 | 0.61 | 0.38 | 0 |
| HSL | 337.55º | 1% | 0.7% | - |
| HSV(B) | 337.55º | 0.61% | 1% | - |
| XYZ | 51.97 | 32.84 | 35.95 | - |
| YUV | 152.96 | 130.85 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 158 | 0 | 0.61 | 0.38 | 0 | 337.55 | 1 | 0.7 |
| Hex | FF | 64 | 9E | 0 | 3D | 26 | 0 | 152 | 64 | 46 |
| Octal | 377 | 144 | 236 | 0 | 75 | 46 | 0 | 522 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10011110 | 0 | 111101 | 100110 | 0 | 101010010 | 1100100 | 1000110 |
Color Harmonies of #FF649E
Complementary color
Monochromatic Colors of #FF649E
Black with #FF649E
Text Example
Text Example
White with #FF649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF649E; }
p { color: rgb(255,100,158); }
H1.HeaderClassName
{
color: #FF649E;
}
.AnyTagClassName
{
color: #FF649E;
}
</style>
background-color css
<style>
a { background-color: #FF649E; }
a { background-color: rgb(255,100,158); }
div.DivClassName
{
background-color: #FF649E;
}
.BgClassName
{
background-color: #FF649E;
}
</style>
border-color css
<style>
span { border-color: #FF649E; }
span { border-color: rgb(255,100,158); }
td.TdClassName
{
border-color: #FF649E;
}
.TagClassName
{
border-color: #FF649E;
}
</style>