Shades of Brilliant Rose #F76496
Tints of Brilliant Rose #F76496
RGB
CMYK
RGB Variations
Color information
#F76496 (or 0xF76496) is known color: Brilliant Rose. HEX triplet: F7, 64 and 96. RGB value is (247,100,150). Sum of RGB (Red+Green+Blue) = 247+100+150=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F76496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76496 is #089B69. Grayscale: #959595. Windows color (decimal): -564074 or 9856247. OLE color: 9856247.
HSL color Cylindrical-coordinate representation of color #F76496: hue angle of 339.59º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F76496 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 150 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.03 |
| HSL | 339.59º | 0.9% | 0.68% | - |
| HSV(B) | 339.59º | 0.6% | 0.97% | - |
| XYZ | 48.42 | 31.09 | 32.3 | - |
| YUV | 149.65 | 128.2 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 150 | 0 | 0.60 | 0.39 | 0.03 | 339.59 | 0.9 | 0.68 |
| Hex | F7 | 64 | 96 | 0 | 3C | 27 | 3 | 154 | 5A | 44 |
| Octal | 367 | 144 | 226 | 0 | 74 | 47 | 3 | 524 | 132 | 104 |
| Binary | 11110111 | 1100100 | 10010110 | 0 | 111100 | 100111 | 11 | 101010100 | 1011010 | 1000100 |
Color Harmonies of #F76496
Complementary color
Monochromatic Colors of #F76496
Black with #F76496
Text Example
Text Example
White with #F76496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76496; }
p { color: rgb(247,100,150); }
H1.HeaderClassName
{
color: #F76496;
}
.AnyTagClassName
{
color: #F76496;
}
</style>
background-color css
<style>
a { background-color: #F76496; }
a { background-color: rgb(247,100,150); }
div.DivClassName
{
background-color: #F76496;
}
.BgClassName
{
background-color: #F76496;
}
</style>
border-color css
<style>
span { border-color: #F76496; }
span { border-color: rgb(247,100,150); }
td.TdClassName
{
border-color: #F76496;
}
.TagClassName
{
border-color: #F76496;
}
</style>