Shades of Brilliant Rose #F76095
Tints of Brilliant Rose #F76095
RGB
CMYK
RGB Variations
Color information
#F76095 (or 0xF76095) is known color: Brilliant Rose. HEX triplet: F7, 60 and 95. RGB value is (247,96,149). Sum of RGB (Red+Green+Blue) = 247+96+149=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F76095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76095 is #089F6A. Grayscale: #939393. Windows color (decimal): -565099 or 9789687. OLE color: 9789687.
HSL color Cylindrical-coordinate representation of color #F76095: hue angle of 338.94º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F76095 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 149 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.03 |
| HSL | 338.94º | 0.9% | 0.67% | - |
| HSV(B) | 338.94º | 0.61% | 0.97% | - |
| XYZ | 47.97 | 30.31 | 31.76 | - |
| YUV | 147.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 149 | 0 | 0.61 | 0.40 | 0.03 | 338.94 | 0.9 | 0.67 |
| Hex | F7 | 60 | 95 | 0 | 3D | 28 | 3 | 153 | 5A | 43 |
| Octal | 367 | 140 | 225 | 0 | 75 | 50 | 3 | 523 | 132 | 103 |
| Binary | 11110111 | 1100000 | 10010101 | 0 | 111101 | 101000 | 11 | 101010011 | 1011010 | 1000011 |
Color Harmonies of #F76095
Complementary color
Monochromatic Colors of #F76095
Black with #F76095
Text Example
Text Example
White with #F76095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76095; }
p { color: rgb(247,96,149); }
H1.HeaderClassName
{
color: #F76095;
}
.AnyTagClassName
{
color: #F76095;
}
</style>
background-color css
<style>
a { background-color: #F76095; }
a { background-color: rgb(247,96,149); }
div.DivClassName
{
background-color: #F76095;
}
.BgClassName
{
background-color: #F76095;
}
</style>
border-color css
<style>
span { border-color: #F76095; }
span { border-color: rgb(247,96,149); }
td.TdClassName
{
border-color: #F76095;
}
.TagClassName
{
border-color: #F76095;
}
</style>