Shades of Brilliant Rose #F761A6
Tints of Brilliant Rose #F761A6
RGB
CMYK
RGB Variations
Color information
#F761A6 (or 0xF761A6) is known color: Brilliant Rose. HEX triplet: F7, 61 and A6. RGB value is (247,97,166). Sum of RGB (Red+Green+Blue) = 247+97+166=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F761A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F761A6 is #089E59. Grayscale: #959595. Windows color (decimal): -564826 or 10904055. OLE color: 10904055.
HSL color Cylindrical-coordinate representation of color #F761A6: hue angle of 332.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 #F761A6 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 166 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.03 |
| HSL | 332.4º | 0.9% | 0.67% | - |
| HSV(B) | 332.4º | 0.61% | 0.97% | - |
| XYZ | 49.52 | 31.08 | 39.47 | - |
| YUV | 149.72 | 137.2 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 166 | 0 | 0.61 | 0.33 | 0.03 | 332.4 | 0.9 | 0.67 |
| Hex | F7 | 61 | A6 | 0 | 3D | 21 | 3 | 14C | 5A | 43 |
| Octal | 367 | 141 | 246 | 0 | 75 | 41 | 3 | 514 | 132 | 103 |
| Binary | 11110111 | 1100001 | 10100110 | 0 | 111101 | 100001 | 11 | 101001100 | 1011010 | 1000011 |
Color Harmonies of #F761A6
Complementary color
Monochromatic Colors of #F761A6
Black with #F761A6
Text Example
Text Example
White with #F761A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F761A6; }
p { color: rgb(247,97,166); }
H1.HeaderClassName
{
color: #F761A6;
}
.AnyTagClassName
{
color: #F761A6;
}
</style>
background-color css
<style>
a { background-color: #F761A6; }
a { background-color: rgb(247,97,166); }
div.DivClassName
{
background-color: #F761A6;
}
.BgClassName
{
background-color: #F761A6;
}
</style>
border-color css
<style>
span { border-color: #F761A6; }
span { border-color: rgb(247,97,166); }
td.TdClassName
{
border-color: #F761A6;
}
.TagClassName
{
border-color: #F761A6;
}
</style>