Shades of Brilliant Rose #FF6096
Tints of Brilliant Rose #FF6096
RGB
CMYK
RGB Variations
Color information
#FF6096 (or 0xFF6096) is known color: Brilliant Rose. HEX triplet: FF, 60 and 96. RGB value is (255,96,150). Sum of RGB (Red+Green+Blue) = 255+96+150=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6096 is #009F69. Grayscale: #959595. Windows color (decimal): -40810 or 9855231. OLE color: 9855231.
HSL color Cylindrical-coordinate representation of color #FF6096: hue angle of 339.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6096 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 150 | - |
| CMYK | 0 | 0.62 | 0.41 | 0 |
| HSL | 339.62º | 1% | 0.69% | - |
| HSV(B) | 339.62º | 0.62% | 1% | - |
| XYZ | 50.93 | 31.83 | 32.31 | - |
| YUV | 149.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 150 | 0 | 0.62 | 0.41 | 0 | 339.62 | 1 | 0.69 |
| Hex | FF | 60 | 96 | 0 | 3E | 29 | 0 | 154 | 64 | 45 |
| Octal | 377 | 140 | 226 | 0 | 76 | 51 | 0 | 524 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10010110 | 0 | 111110 | 101001 | 0 | 101010100 | 1100100 | 1000101 |
Color Harmonies of #FF6096
Complementary color
Monochromatic Colors of #FF6096
Black with #FF6096
Text Example
Text Example
White with #FF6096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6096; }
p { color: rgb(255,96,150); }
H1.HeaderClassName
{
color: #FF6096;
}
.AnyTagClassName
{
color: #FF6096;
}
</style>
background-color css
<style>
a { background-color: #FF6096; }
a { background-color: rgb(255,96,150); }
div.DivClassName
{
background-color: #FF6096;
}
.BgClassName
{
background-color: #FF6096;
}
</style>
border-color css
<style>
span { border-color: #FF6096; }
span { border-color: rgb(255,96,150); }
td.TdClassName
{
border-color: #FF6096;
}
.TagClassName
{
border-color: #FF6096;
}
</style>