Shades of Brilliant Rose #FF6597
Tints of Brilliant Rose #FF6597
RGB
CMYK
RGB Variations
Color information
#FF6597 (or 0xFF6597) is known color: Brilliant Rose. HEX triplet: FF, 65 and 97. RGB value is (255,101,151). Sum of RGB (Red+Green+Blue) = 255+101+151=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6597 is #009A68. Grayscale: #989898. Windows color (decimal): -39529 or 9922047. OLE color: 9922047.
HSL color Cylindrical-coordinate representation of color #FF6597: hue angle of 340.52º 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 #FF6597 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 151 | - |
| CMYK | 0 | 0.60 | 0.41 | 0 |
| HSL | 340.52º | 1% | 0.7% | - |
| HSV(B) | 340.52º | 0.6% | 1% | - |
| XYZ | 51.48 | 32.8 | 32.9 | - |
| YUV | 152.75 | 127.02 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 151 | 0 | 0.60 | 0.41 | 0 | 340.52 | 1 | 0.7 |
| Hex | FF | 65 | 97 | 0 | 3C | 29 | 0 | 155 | 64 | 46 |
| Octal | 377 | 145 | 227 | 0 | 74 | 51 | 0 | 525 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10010111 | 0 | 111100 | 101001 | 0 | 101010101 | 1100100 | 1000110 |
Color Harmonies of #FF6597
Complementary color
Monochromatic Colors of #FF6597
Black with #FF6597
Text Example
Text Example
White with #FF6597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6597; }
p { color: rgb(255,101,151); }
H1.HeaderClassName
{
color: #FF6597;
}
.AnyTagClassName
{
color: #FF6597;
}
</style>
background-color css
<style>
a { background-color: #FF6597; }
a { background-color: rgb(255,101,151); }
div.DivClassName
{
background-color: #FF6597;
}
.BgClassName
{
background-color: #FF6597;
}
</style>
border-color css
<style>
span { border-color: #FF6597; }
span { border-color: rgb(255,101,151); }
td.TdClassName
{
border-color: #FF6597;
}
.TagClassName
{
border-color: #FF6597;
}
</style>