Shades of Brilliant Rose #F76A9F
Tints of Brilliant Rose #F76A9F
RGB
CMYK
RGB Variations
Color information
#F76A9F (or 0xF76A9F) is known color: Brilliant Rose. HEX triplet: F7, 6A and 9F. RGB value is (247,106,159). Sum of RGB (Red+Green+Blue) = 247+106+159=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76A9F is #089560. Grayscale: #9A9A9A. Windows color (decimal): -562529 or 10447607. OLE color: 10447607.
HSL color Cylindrical-coordinate representation of color #F76A9F: hue angle of 337.45º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76A9F is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 159 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.03 |
| HSL | 337.45º | 0.9% | 0.69% | - |
| HSV(B) | 337.45º | 0.57% | 0.97% | - |
| XYZ | 49.77 | 32.59 | 36.47 | - |
| YUV | 154.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 159 | 0 | 0.57 | 0.36 | 0.03 | 337.45 | 0.9 | 0.69 |
| Hex | F7 | 6A | 9F | 0 | 39 | 24 | 3 | 151 | 5A | 45 |
| Octal | 367 | 152 | 237 | 0 | 71 | 44 | 3 | 521 | 132 | 105 |
| Binary | 11110111 | 1101010 | 10011111 | 0 | 111001 | 100100 | 11 | 101010001 | 1011010 | 1000101 |
Color Harmonies of #F76A9F
Complementary color
Monochromatic Colors of #F76A9F
Black with #F76A9F
Text Example
Text Example
White with #F76A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76A9F; }
p { color: rgb(247,106,159); }
H1.HeaderClassName
{
color: #F76A9F;
}
.AnyTagClassName
{
color: #F76A9F;
}
</style>
background-color css
<style>
a { background-color: #F76A9F; }
a { background-color: rgb(247,106,159); }
div.DivClassName
{
background-color: #F76A9F;
}
.BgClassName
{
background-color: #F76A9F;
}
</style>
border-color css
<style>
span { border-color: #F76A9F; }
span { border-color: rgb(247,106,159); }
td.TdClassName
{
border-color: #F76A9F;
}
.TagClassName
{
border-color: #F76A9F;
}
</style>