Shades of Brilliant Rose #F76495
Tints of Brilliant Rose #F76495
RGB
CMYK
RGB Variations
Color information
#F76495 (or 0xF76495) is known color: Brilliant Rose. HEX triplet: F7, 64 and 95. RGB value is (247,100,149). Sum of RGB (Red+Green+Blue) = 247+100+149=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F76495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76495 is #089B6A. Grayscale: #959595. Windows color (decimal): -564075 or 9790711. OLE color: 9790711.
HSL color Cylindrical-coordinate representation of color #F76495: hue angle of 340º 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 #F76495 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 149 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.03 |
| HSL | 340º | 0.9% | 0.68% | - |
| HSV(B) | 340º | 0.6% | 0.97% | - |
| XYZ | 48.34 | 31.06 | 31.88 | - |
| YUV | 149.54 | 127.7 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 149 | 0 | 0.60 | 0.40 | 0.03 | 340 | 0.9 | 0.68 |
| Hex | F7 | 64 | 95 | 0 | 3C | 28 | 3 | 154 | 5A | 44 |
| Octal | 367 | 144 | 225 | 0 | 74 | 50 | 3 | 524 | 132 | 104 |
| Binary | 11110111 | 1100100 | 10010101 | 0 | 111100 | 101000 | 11 | 101010100 | 1011010 | 1000100 |
Color Harmonies of #F76495
Complementary color
Monochromatic Colors of #F76495
Black with #F76495
Text Example
Text Example
White with #F76495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76495; }
p { color: rgb(247,100,149); }
H1.HeaderClassName
{
color: #F76495;
}
.AnyTagClassName
{
color: #F76495;
}
</style>
background-color css
<style>
a { background-color: #F76495; }
a { background-color: rgb(247,100,149); }
div.DivClassName
{
background-color: #F76495;
}
.BgClassName
{
background-color: #F76495;
}
</style>
border-color css
<style>
span { border-color: #F76495; }
span { border-color: rgb(247,100,149); }
td.TdClassName
{
border-color: #F76495;
}
.TagClassName
{
border-color: #F76495;
}
</style>