Shades of Brilliant Rose #F763A6
Tints of Brilliant Rose #F763A6
RGB
CMYK
RGB Variations
Color information
#F763A6 (or 0xF763A6) is known color: Brilliant Rose. HEX triplet: F7, 63 and A6. RGB value is (247,99,166). Sum of RGB (Red+Green+Blue) = 247+99+166=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F763A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F763A6 is #089C59. Grayscale: #969696. Windows color (decimal): -564314 or 10904567. OLE color: 10904567.
HSL color Cylindrical-coordinate representation of color #F763A6: hue angle of 332.84º 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 #F763A6 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 166 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.03 |
| HSL | 332.84º | 0.9% | 0.68% | - |
| HSV(B) | 332.84º | 0.6% | 0.97% | - |
| XYZ | 49.7 | 31.45 | 39.53 | - |
| YUV | 150.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 166 | 0 | 0.60 | 0.33 | 0.03 | 332.84 | 0.9 | 0.68 |
| Hex | F7 | 63 | A6 | 0 | 3C | 21 | 3 | 14D | 5A | 44 |
| Octal | 367 | 143 | 246 | 0 | 74 | 41 | 3 | 515 | 132 | 104 |
| Binary | 11110111 | 1100011 | 10100110 | 0 | 111100 | 100001 | 11 | 101001101 | 1011010 | 1000100 |
Color Harmonies of #F763A6
Complementary color
Monochromatic Colors of #F763A6
Black with #F763A6
Text Example
Text Example
White with #F763A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F763A6; }
p { color: rgb(247,99,166); }
H1.HeaderClassName
{
color: #F763A6;
}
.AnyTagClassName
{
color: #F763A6;
}
</style>
background-color css
<style>
a { background-color: #F763A6; }
a { background-color: rgb(247,99,166); }
div.DivClassName
{
background-color: #F763A6;
}
.BgClassName
{
background-color: #F763A6;
}
</style>
border-color css
<style>
span { border-color: #F763A6; }
span { border-color: rgb(247,99,166); }
td.TdClassName
{
border-color: #F763A6;
}
.TagClassName
{
border-color: #F763A6;
}
</style>