Shades of Brilliant Rose #FF649F
Tints of Brilliant Rose #FF649F
RGB
CMYK
RGB Variations
Color information
#FF649F (or 0xFF649F) is known color: Brilliant Rose. HEX triplet: FF, 64 and 9F. RGB value is (255,100,159). Sum of RGB (Red+Green+Blue) = 255+100+159=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF649F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF649F is #009B60. Grayscale: #989898. Windows color (decimal): -39777 or 10446079. OLE color: 10446079.
HSL color Cylindrical-coordinate representation of color #FF649F: hue angle of 337.16º 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 #FF649F is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 159 | - |
| CMYK | 0 | 0.61 | 0.38 | 0 |
| HSL | 337.16º | 1% | 0.7% | - |
| HSV(B) | 337.16º | 0.61% | 1% | - |
| XYZ | 52.06 | 32.88 | 36.4 | - |
| YUV | 153.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 159 | 0 | 0.61 | 0.38 | 0 | 337.16 | 1 | 0.7 |
| Hex | FF | 64 | 9F | 0 | 3D | 26 | 0 | 151 | 64 | 46 |
| Octal | 377 | 144 | 237 | 0 | 75 | 46 | 0 | 521 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10011111 | 0 | 111101 | 100110 | 0 | 101010001 | 1100100 | 1000110 |
Color Harmonies of #FF649F
Complementary color
Monochromatic Colors of #FF649F
Black with #FF649F
Text Example
Text Example
White with #FF649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF649F; }
p { color: rgb(255,100,159); }
H1.HeaderClassName
{
color: #FF649F;
}
.AnyTagClassName
{
color: #FF649F;
}
</style>
background-color css
<style>
a { background-color: #FF649F; }
a { background-color: rgb(255,100,159); }
div.DivClassName
{
background-color: #FF649F;
}
.BgClassName
{
background-color: #FF649F;
}
</style>
border-color css
<style>
span { border-color: #FF649F; }
span { border-color: rgb(255,100,159); }
td.TdClassName
{
border-color: #FF649F;
}
.TagClassName
{
border-color: #FF649F;
}
</style>