Shades of Brilliant Rose #F763A7
Tints of Brilliant Rose #F763A7
RGB
CMYK
RGB Variations
Color information
#F763A7 (or 0xF763A7) is known color: Brilliant Rose. HEX triplet: F7, 63 and A7. RGB value is (247,99,167). Sum of RGB (Red+Green+Blue) = 247+99+167=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F763A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F763A7 is #089C58. Grayscale: #969696. Windows color (decimal): -564313 or 10970103. OLE color: 10970103.
HSL color Cylindrical-coordinate representation of color #F763A7: hue angle of 332.43º 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 #F763A7 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 167 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.03 |
| HSL | 332.43º | 0.9% | 0.68% | - |
| HSV(B) | 332.43º | 0.6% | 0.97% | - |
| XYZ | 49.79 | 31.49 | 40.01 | - |
| YUV | 151 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 167 | 0 | 0.60 | 0.32 | 0.03 | 332.43 | 0.9 | 0.68 |
| Hex | F7 | 63 | A7 | 0 | 3C | 20 | 3 | 14C | 5A | 44 |
| Octal | 367 | 143 | 247 | 0 | 74 | 40 | 3 | 514 | 132 | 104 |
| Binary | 11110111 | 1100011 | 10100111 | 0 | 111100 | 100000 | 11 | 101001100 | 1011010 | 1000100 |
Color Harmonies of #F763A7
Complementary color
Monochromatic Colors of #F763A7
Black with #F763A7
Text Example
Text Example
White with #F763A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F763A7; }
p { color: rgb(247,99,167); }
H1.HeaderClassName
{
color: #F763A7;
}
.AnyTagClassName
{
color: #F763A7;
}
</style>
background-color css
<style>
a { background-color: #F763A7; }
a { background-color: rgb(247,99,167); }
div.DivClassName
{
background-color: #F763A7;
}
.BgClassName
{
background-color: #F763A7;
}
</style>
border-color css
<style>
span { border-color: #F763A7; }
span { border-color: rgb(247,99,167); }
td.TdClassName
{
border-color: #F763A7;
}
.TagClassName
{
border-color: #F763A7;
}
</style>