Shades of Brilliant Rose #FF6596
Tints of Brilliant Rose #FF6596
RGB
CMYK
RGB Variations
Color information
#FF6596 (or 0xFF6596) is known color: Brilliant Rose. HEX triplet: FF, 65 and 96. RGB value is (255,101,150). Sum of RGB (Red+Green+Blue) = 255+101+150=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6596 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6596 is #009A69. Grayscale: #989898. Windows color (decimal): -39530 or 9856511. OLE color: 9856511.
HSL color Cylindrical-coordinate representation of color #FF6596: hue angle of 340.91º 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 #FF6596 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 150 | - |
| CMYK | 0 | 0.60 | 0.41 | 0 |
| HSL | 340.91º | 1% | 0.7% | - |
| HSV(B) | 340.91º | 0.6% | 1% | - |
| XYZ | 51.4 | 32.77 | 32.47 | - |
| YUV | 152.63 | 126.52 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 150 | 0 | 0.60 | 0.41 | 0 | 340.91 | 1 | 0.7 |
| Hex | FF | 65 | 96 | 0 | 3C | 29 | 0 | 155 | 64 | 46 |
| Octal | 377 | 145 | 226 | 0 | 74 | 51 | 0 | 525 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10010110 | 0 | 111100 | 101001 | 0 | 101010101 | 1100100 | 1000110 |
Color Harmonies of #FF6596
Complementary color
Monochromatic Colors of #FF6596
Black with #FF6596
Text Example
Text Example
White with #FF6596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6596; }
p { color: rgb(255,101,150); }
H1.HeaderClassName
{
color: #FF6596;
}
.AnyTagClassName
{
color: #FF6596;
}
</style>
background-color css
<style>
a { background-color: #FF6596; }
a { background-color: rgb(255,101,150); }
div.DivClassName
{
background-color: #FF6596;
}
.BgClassName
{
background-color: #FF6596;
}
</style>
border-color css
<style>
span { border-color: #FF6596; }
span { border-color: rgb(255,101,150); }
td.TdClassName
{
border-color: #FF6596;
}
.TagClassName
{
border-color: #FF6596;
}
</style>