Shades of Brilliant Rose #FF659E
Tints of Brilliant Rose #FF659E
RGB
CMYK
RGB Variations
Color information
#FF659E (or 0xFF659E) is known color: Brilliant Rose. HEX triplet: FF, 65 and 9E. RGB value is (255,101,158). Sum of RGB (Red+Green+Blue) = 255+101+158=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF659E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF659E is #009A61. Grayscale: #999999. Windows color (decimal): -39522 or 10380799. OLE color: 10380799.
HSL color Cylindrical-coordinate representation of color #FF659E: hue angle of 337.79º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF659E is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 158 | - |
| CMYK | 0 | 0.60 | 0.38 | 0 |
| HSL | 337.79º | 1% | 0.7% | - |
| HSV(B) | 337.79º | 0.6% | 1% | - |
| XYZ | 52.07 | 33.04 | 35.98 | - |
| YUV | 153.54 | 130.52 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 158 | 0 | 0.60 | 0.38 | 0 | 337.79 | 1 | 0.7 |
| Hex | FF | 65 | 9E | 0 | 3C | 26 | 0 | 152 | 64 | 46 |
| Octal | 377 | 145 | 236 | 0 | 74 | 46 | 0 | 522 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10011110 | 0 | 111100 | 100110 | 0 | 101010010 | 1100100 | 1000110 |
Color Harmonies of #FF659E
Complementary color
Monochromatic Colors of #FF659E
Black with #FF659E
Text Example
Text Example
White with #FF659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF659E; }
p { color: rgb(255,101,158); }
H1.HeaderClassName
{
color: #FF659E;
}
.AnyTagClassName
{
color: #FF659E;
}
</style>
background-color css
<style>
a { background-color: #FF659E; }
a { background-color: rgb(255,101,158); }
div.DivClassName
{
background-color: #FF659E;
}
.BgClassName
{
background-color: #FF659E;
}
</style>
border-color css
<style>
span { border-color: #FF659E; }
span { border-color: rgb(255,101,158); }
td.TdClassName
{
border-color: #FF659E;
}
.TagClassName
{
border-color: #FF659E;
}
</style>