Shades of Brilliant Rose #FF659D
Tints of Brilliant Rose #FF659D
RGB
CMYK
RGB Variations
Color information
#FF659D (or 0xFF659D) is known color: Brilliant Rose. HEX triplet: FF, 65 and 9D. RGB value is (255,101,157). Sum of RGB (Red+Green+Blue) = 255+101+157=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF659D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF659D is #009A62. Grayscale: #999999. Windows color (decimal): -39523 or 10315263. OLE color: 10315263.
HSL color Cylindrical-coordinate representation of color #FF659D: hue angle of 338.18º 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 #FF659D is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 157 | - |
| CMYK | 0 | 0.60 | 0.38 | 0 |
| HSL | 338.18º | 1% | 0.7% | - |
| HSV(B) | 338.18º | 0.6% | 1% | - |
| XYZ | 51.98 | 33 | 35.53 | - |
| YUV | 153.43 | 130.02 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 157 | 0 | 0.60 | 0.38 | 0 | 338.18 | 1 | 0.7 |
| Hex | FF | 65 | 9D | 0 | 3C | 26 | 0 | 152 | 64 | 46 |
| Octal | 377 | 145 | 235 | 0 | 74 | 46 | 0 | 522 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10011101 | 0 | 111100 | 100110 | 0 | 101010010 | 1100100 | 1000110 |
Color Harmonies of #FF659D
Complementary color
Monochromatic Colors of #FF659D
Black with #FF659D
Text Example
Text Example
White with #FF659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF659D; }
p { color: rgb(255,101,157); }
H1.HeaderClassName
{
color: #FF659D;
}
.AnyTagClassName
{
color: #FF659D;
}
</style>
background-color css
<style>
a { background-color: #FF659D; }
a { background-color: rgb(255,101,157); }
div.DivClassName
{
background-color: #FF659D;
}
.BgClassName
{
background-color: #FF659D;
}
</style>
border-color css
<style>
span { border-color: #FF659D; }
span { border-color: rgb(255,101,157); }
td.TdClassName
{
border-color: #FF659D;
}
.TagClassName
{
border-color: #FF659D;
}
</style>