Shades of Brilliant Rose #FF659B
Tints of Brilliant Rose #FF659B
RGB
CMYK
RGB Variations
Color information
#FF659B (or 0xFF659B) is known color: Brilliant Rose. HEX triplet: FF, 65 and 9B. RGB value is (255,101,155). Sum of RGB (Red+Green+Blue) = 255+101+155=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF659B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF659B is #009A64. Grayscale: #999999. Windows color (decimal): -39525 or 10184191. OLE color: 10184191.
HSL color Cylindrical-coordinate representation of color #FF659B: hue angle of 338.96º 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 #FF659B is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 155 | - |
| CMYK | 0 | 0.60 | 0.39 | 0 |
| HSL | 338.96º | 1% | 0.7% | - |
| HSV(B) | 338.96º | 0.6% | 1% | - |
| XYZ | 51.81 | 32.93 | 34.64 | - |
| YUV | 153.2 | 129.02 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 155 | 0 | 0.60 | 0.39 | 0 | 338.96 | 1 | 0.7 |
| Hex | FF | 65 | 9B | 0 | 3C | 27 | 0 | 153 | 64 | 46 |
| Octal | 377 | 145 | 233 | 0 | 74 | 47 | 0 | 523 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10011011 | 0 | 111100 | 100111 | 0 | 101010011 | 1100100 | 1000110 |
Color Harmonies of #FF659B
Complementary color
Monochromatic Colors of #FF659B
Black with #FF659B
Text Example
Text Example
White with #FF659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF659B; }
p { color: rgb(255,101,155); }
H1.HeaderClassName
{
color: #FF659B;
}
.AnyTagClassName
{
color: #FF659B;
}
</style>
background-color css
<style>
a { background-color: #FF659B; }
a { background-color: rgb(255,101,155); }
div.DivClassName
{
background-color: #FF659B;
}
.BgClassName
{
background-color: #FF659B;
}
</style>
border-color css
<style>
span { border-color: #FF659B; }
span { border-color: rgb(255,101,155); }
td.TdClassName
{
border-color: #FF659B;
}
.TagClassName
{
border-color: #FF659B;
}
</style>