Shades of Brilliant Rose #F76197
Tints of Brilliant Rose #F76197
RGB
CMYK
RGB Variations
Color information
#F76197 (or 0xF76197) is known color: Brilliant Rose. HEX triplet: F7, 61 and 97. RGB value is (247,97,151). Sum of RGB (Red+Green+Blue) = 247+97+151=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F76197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76197 is #089E68. Grayscale: #939393. Windows color (decimal): -564841 or 9921015. OLE color: 9921015.
HSL color Cylindrical-coordinate representation of color #F76197: hue angle of 338.4º 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 #F76197 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 151 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.03 |
| HSL | 338.4º | 0.9% | 0.67% | - |
| HSV(B) | 338.4º | 0.61% | 0.97% | - |
| XYZ | 48.22 | 30.56 | 32.64 | - |
| YUV | 148.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 151 | 0 | 0.61 | 0.39 | 0.03 | 338.4 | 0.9 | 0.67 |
| Hex | F7 | 61 | 97 | 0 | 3D | 27 | 3 | 152 | 5A | 43 |
| Octal | 367 | 141 | 227 | 0 | 75 | 47 | 3 | 522 | 132 | 103 |
| Binary | 11110111 | 1100001 | 10010111 | 0 | 111101 | 100111 | 11 | 101010010 | 1011010 | 1000011 |
Color Harmonies of #F76197
Complementary color
Monochromatic Colors of #F76197
Black with #F76197
Text Example
Text Example
White with #F76197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76197; }
p { color: rgb(247,97,151); }
H1.HeaderClassName
{
color: #F76197;
}
.AnyTagClassName
{
color: #F76197;
}
</style>
background-color css
<style>
a { background-color: #F76197; }
a { background-color: rgb(247,97,151); }
div.DivClassName
{
background-color: #F76197;
}
.BgClassName
{
background-color: #F76197;
}
</style>
border-color css
<style>
span { border-color: #F76197; }
span { border-color: rgb(247,97,151); }
td.TdClassName
{
border-color: #F76197;
}
.TagClassName
{
border-color: #F76197;
}
</style>