Shades of Brilliant Rose #FF649D
Tints of Brilliant Rose #FF649D
RGB
CMYK
RGB Variations
Color information
#FF649D (or 0xFF649D) is known color: Brilliant Rose. HEX triplet: FF, 64 and 9D. RGB value is (255,100,157). Sum of RGB (Red+Green+Blue) = 255+100+157=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF649D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF649D is #009B62. Grayscale: #989898. Windows color (decimal): -39779 or 10315007. OLE color: 10315007.
HSL color Cylindrical-coordinate representation of color #FF649D: hue angle of 337.94º 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 #FF649D is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 157 | - |
| CMYK | 0 | 0.61 | 0.38 | 0 |
| HSL | 337.94º | 1% | 0.7% | - |
| HSV(B) | 337.94º | 0.61% | 1% | - |
| XYZ | 51.88 | 32.81 | 35.5 | - |
| YUV | 152.84 | 130.35 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 157 | 0 | 0.61 | 0.38 | 0 | 337.94 | 1 | 0.7 |
| Hex | FF | 64 | 9D | 0 | 3D | 26 | 0 | 152 | 64 | 46 |
| Octal | 377 | 144 | 235 | 0 | 75 | 46 | 0 | 522 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10011101 | 0 | 111101 | 100110 | 0 | 101010010 | 1100100 | 1000110 |
Color Harmonies of #FF649D
Complementary color
Monochromatic Colors of #FF649D
Black with #FF649D
Text Example
Text Example
White with #FF649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF649D; }
p { color: rgb(255,100,157); }
H1.HeaderClassName
{
color: #FF649D;
}
.AnyTagClassName
{
color: #FF649D;
}
</style>
background-color css
<style>
a { background-color: #FF649D; }
a { background-color: rgb(255,100,157); }
div.DivClassName
{
background-color: #FF649D;
}
.BgClassName
{
background-color: #FF649D;
}
</style>
border-color css
<style>
span { border-color: #FF649D; }
span { border-color: rgb(255,100,157); }
td.TdClassName
{
border-color: #FF649D;
}
.TagClassName
{
border-color: #FF649D;
}
</style>