Shades of Brilliant Rose #FF659F
Tints of Brilliant Rose #FF659F
RGB
CMYK
RGB Variations
Color information
#FF659F (or 0xFF659F) is known color: Brilliant Rose. HEX triplet: FF, 65 and 9F. RGB value is (255,101,159). Sum of RGB (Red+Green+Blue) = 255+101+159=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF659F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF659F is #009A60. Grayscale: #999999. Windows color (decimal): -39521 or 10446335. OLE color: 10446335.
HSL color Cylindrical-coordinate representation of color #FF659F: hue angle of 337.4º 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 #FF659F is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 159 | - |
| CMYK | 0 | 0.60 | 0.38 | 0 |
| HSL | 337.4º | 1% | 0.7% | - |
| HSV(B) | 337.4º | 0.6% | 1% | - |
| XYZ | 52.15 | 33.07 | 36.44 | - |
| YUV | 153.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 159 | 0 | 0.60 | 0.38 | 0 | 337.4 | 1 | 0.7 |
| Hex | FF | 65 | 9F | 0 | 3C | 26 | 0 | 151 | 64 | 46 |
| Octal | 377 | 145 | 237 | 0 | 74 | 46 | 0 | 521 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10011111 | 0 | 111100 | 100110 | 0 | 101010001 | 1100100 | 1000110 |
Color Harmonies of #FF659F
Complementary color
Monochromatic Colors of #FF659F
Black with #FF659F
Text Example
Text Example
White with #FF659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF659F; }
p { color: rgb(255,101,159); }
H1.HeaderClassName
{
color: #FF659F;
}
.AnyTagClassName
{
color: #FF659F;
}
</style>
background-color css
<style>
a { background-color: #FF659F; }
a { background-color: rgb(255,101,159); }
div.DivClassName
{
background-color: #FF659F;
}
.BgClassName
{
background-color: #FF659F;
}
</style>
border-color css
<style>
span { border-color: #FF659F; }
span { border-color: rgb(255,101,159); }
td.TdClassName
{
border-color: #FF659F;
}
.TagClassName
{
border-color: #FF659F;
}
</style>