Shades of Brilliant Rose #F760A6
Tints of Brilliant Rose #F760A6
RGB
CMYK
RGB Variations
Color information
#F760A6 (or 0xF760A6) is known color: Brilliant Rose. HEX triplet: F7, 60 and A6. RGB value is (247,96,166). Sum of RGB (Red+Green+Blue) = 247+96+166=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F760A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F760A6 is #089F59. Grayscale: #959595. Windows color (decimal): -565082 or 10903799. OLE color: 10903799.
HSL color Cylindrical-coordinate representation of color #F760A6: hue angle of 332.19º 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 #F760A6 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 166 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.03 |
| HSL | 332.19º | 0.9% | 0.67% | - |
| HSV(B) | 332.19º | 0.61% | 0.97% | - |
| XYZ | 49.42 | 30.89 | 39.43 | - |
| YUV | 149.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 166 | 0 | 0.61 | 0.33 | 0.03 | 332.19 | 0.9 | 0.67 |
| Hex | F7 | 60 | A6 | 0 | 3D | 21 | 3 | 14C | 5A | 43 |
| Octal | 367 | 140 | 246 | 0 | 75 | 41 | 3 | 514 | 132 | 103 |
| Binary | 11110111 | 1100000 | 10100110 | 0 | 111101 | 100001 | 11 | 101001100 | 1011010 | 1000011 |
Color Harmonies of #F760A6
Complementary color
Monochromatic Colors of #F760A6
Black with #F760A6
Text Example
Text Example
White with #F760A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760A6; }
p { color: rgb(247,96,166); }
H1.HeaderClassName
{
color: #F760A6;
}
.AnyTagClassName
{
color: #F760A6;
}
</style>
background-color css
<style>
a { background-color: #F760A6; }
a { background-color: rgb(247,96,166); }
div.DivClassName
{
background-color: #F760A6;
}
.BgClassName
{
background-color: #F760A6;
}
</style>
border-color css
<style>
span { border-color: #F760A6; }
span { border-color: rgb(247,96,166); }
td.TdClassName
{
border-color: #F760A6;
}
.TagClassName
{
border-color: #F760A6;
}
</style>