Shades of Brilliant Rose #FF6095
Tints of Brilliant Rose #FF6095
RGB
CMYK
RGB Variations
Color information
#FF6095 (or 0xFF6095) is known color: Brilliant Rose. HEX triplet: FF, 60 and 95. RGB value is (255,96,149). Sum of RGB (Red+Green+Blue) = 255+96+149=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6095 is #009F6A. Grayscale: #959595. Windows color (decimal): -40811 or 9789695. OLE color: 9789695.
HSL color Cylindrical-coordinate representation of color #FF6095: hue angle of 340º 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 #FF6095 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 149 | - |
| CMYK | 0 | 0.62 | 0.42 | 0 |
| HSL | 340º | 1% | 0.69% | - |
| HSV(B) | 340º | 0.62% | 1% | - |
| XYZ | 50.85 | 31.8 | 31.89 | - |
| YUV | 149.58 | 127.68 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 149 | 0 | 0.62 | 0.42 | 0 | 340 | 1 | 0.69 |
| Hex | FF | 60 | 95 | 0 | 3E | 2A | 0 | 154 | 64 | 45 |
| Octal | 377 | 140 | 225 | 0 | 76 | 52 | 0 | 524 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10010101 | 0 | 111110 | 101010 | 0 | 101010100 | 1100100 | 1000101 |
Color Harmonies of #FF6095
Complementary color
Monochromatic Colors of #FF6095
Black with #FF6095
Text Example
Text Example
White with #FF6095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6095; }
p { color: rgb(255,96,149); }
H1.HeaderClassName
{
color: #FF6095;
}
.AnyTagClassName
{
color: #FF6095;
}
</style>
background-color css
<style>
a { background-color: #FF6095; }
a { background-color: rgb(255,96,149); }
div.DivClassName
{
background-color: #FF6095;
}
.BgClassName
{
background-color: #FF6095;
}
</style>
border-color css
<style>
span { border-color: #FF6095; }
span { border-color: rgb(255,96,149); }
td.TdClassName
{
border-color: #FF6095;
}
.TagClassName
{
border-color: #FF6095;
}
</style>