Shades of Brilliant Rose #F76096
Tints of Brilliant Rose #F76096
RGB
CMYK
RGB Variations
Color information
#F76096 (or 0xF76096) is known color: Brilliant Rose. HEX triplet: F7, 60 and 96. RGB value is (247,96,150). Sum of RGB (Red+Green+Blue) = 247+96+150=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F76096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76096 is #089F69. Grayscale: #939393. Windows color (decimal): -565098 or 9855223. OLE color: 9855223.
HSL color Cylindrical-coordinate representation of color #F76096: hue angle of 338.54º 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 #F76096 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 150 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.03 |
| HSL | 338.54º | 0.9% | 0.67% | - |
| HSV(B) | 338.54º | 0.61% | 0.97% | - |
| XYZ | 48.05 | 30.34 | 32.18 | - |
| YUV | 147.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 150 | 0 | 0.61 | 0.39 | 0.03 | 338.54 | 0.9 | 0.67 |
| Hex | F7 | 60 | 96 | 0 | 3D | 27 | 3 | 153 | 5A | 43 |
| Octal | 367 | 140 | 226 | 0 | 75 | 47 | 3 | 523 | 132 | 103 |
| Binary | 11110111 | 1100000 | 10010110 | 0 | 111101 | 100111 | 11 | 101010011 | 1011010 | 1000011 |
Color Harmonies of #F76096
Complementary color
Monochromatic Colors of #F76096
Black with #F76096
Text Example
Text Example
White with #F76096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76096; }
p { color: rgb(247,96,150); }
H1.HeaderClassName
{
color: #F76096;
}
.AnyTagClassName
{
color: #F76096;
}
</style>
background-color css
<style>
a { background-color: #F76096; }
a { background-color: rgb(247,96,150); }
div.DivClassName
{
background-color: #F76096;
}
.BgClassName
{
background-color: #F76096;
}
</style>
border-color css
<style>
span { border-color: #F76096; }
span { border-color: rgb(247,96,150); }
td.TdClassName
{
border-color: #F76096;
}
.TagClassName
{
border-color: #F76096;
}
</style>