Shades of Brilliant Rose #FF649B
Tints of Brilliant Rose #FF649B
RGB
CMYK
RGB Variations
Color information
#FF649B (or 0xFF649B) is known color: Brilliant Rose. HEX triplet: FF, 64 and 9B. RGB value is (255,100,155). Sum of RGB (Red+Green+Blue) = 255+100+155=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF649B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF649B is #009B64. Grayscale: #989898. Windows color (decimal): -39781 or 10183935. OLE color: 10183935.
HSL color Cylindrical-coordinate representation of color #FF649B: hue angle of 338.71º 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 #FF649B is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 155 | - |
| CMYK | 0 | 0.61 | 0.39 | 0 |
| HSL | 338.71º | 1% | 0.7% | - |
| HSV(B) | 338.71º | 0.61% | 1% | - |
| XYZ | 51.71 | 32.74 | 34.6 | - |
| YUV | 152.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 155 | 0 | 0.61 | 0.39 | 0 | 338.71 | 1 | 0.7 |
| Hex | FF | 64 | 9B | 0 | 3D | 27 | 0 | 153 | 64 | 46 |
| Octal | 377 | 144 | 233 | 0 | 75 | 47 | 0 | 523 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10011011 | 0 | 111101 | 100111 | 0 | 101010011 | 1100100 | 1000110 |
Color Harmonies of #FF649B
Complementary color
Monochromatic Colors of #FF649B
Black with #FF649B
Text Example
Text Example
White with #FF649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF649B; }
p { color: rgb(255,100,155); }
H1.HeaderClassName
{
color: #FF649B;
}
.AnyTagClassName
{
color: #FF649B;
}
</style>
background-color css
<style>
a { background-color: #FF649B; }
a { background-color: rgb(255,100,155); }
div.DivClassName
{
background-color: #FF649B;
}
.BgClassName
{
background-color: #FF649B;
}
</style>
border-color css
<style>
span { border-color: #FF649B; }
span { border-color: rgb(255,100,155); }
td.TdClassName
{
border-color: #FF649B;
}
.TagClassName
{
border-color: #FF649B;
}
</style>