Shades of Brilliant Rose #FF649C
Tints of Brilliant Rose #FF649C
RGB
CMYK
RGB Variations
Color information
#FF649C (or 0xFF649C) is known color: Brilliant Rose. HEX triplet: FF, 64 and 9C. RGB value is (255,100,156). Sum of RGB (Red+Green+Blue) = 255+100+156=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF649C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF649C is #009B63. Grayscale: #989898. Windows color (decimal): -39780 or 10249471. OLE color: 10249471.
HSL color Cylindrical-coordinate representation of color #FF649C: hue angle of 338.32º 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 #FF649C is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 156 | - |
| CMYK | 0 | 0.61 | 0.39 | 0 |
| HSL | 338.32º | 1% | 0.7% | - |
| HSV(B) | 338.32º | 0.61% | 1% | - |
| XYZ | 51.8 | 32.77 | 35.05 | - |
| YUV | 152.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 156 | 0 | 0.61 | 0.39 | 0 | 338.32 | 1 | 0.7 |
| Hex | FF | 64 | 9C | 0 | 3D | 27 | 0 | 152 | 64 | 46 |
| Octal | 377 | 144 | 234 | 0 | 75 | 47 | 0 | 522 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10011100 | 0 | 111101 | 100111 | 0 | 101010010 | 1100100 | 1000110 |
Color Harmonies of #FF649C
Complementary color
Monochromatic Colors of #FF649C
Black with #FF649C
Text Example
Text Example
White with #FF649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF649C; }
p { color: rgb(255,100,156); }
H1.HeaderClassName
{
color: #FF649C;
}
.AnyTagClassName
{
color: #FF649C;
}
</style>
background-color css
<style>
a { background-color: #FF649C; }
a { background-color: rgb(255,100,156); }
div.DivClassName
{
background-color: #FF649C;
}
.BgClassName
{
background-color: #FF649C;
}
</style>
border-color css
<style>
span { border-color: #FF649C; }
span { border-color: rgb(255,100,156); }
td.TdClassName
{
border-color: #FF649C;
}
.TagClassName
{
border-color: #FF649C;
}
</style>