Shades of Brilliant Rose #F760A0
Tints of Brilliant Rose #F760A0
RGB
CMYK
RGB Variations
Color information
#F760A0 (or 0xF760A0) is known color: Brilliant Rose. HEX triplet: F7, 60 and A0. RGB value is (247,96,160). Sum of RGB (Red+Green+Blue) = 247+96+160=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F760A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F760A0 is #089F5F. Grayscale: #949494. Windows color (decimal): -565088 or 10510583. OLE color: 10510583.
HSL color Cylindrical-coordinate representation of color #F760A0: hue angle of 334.57º 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 #F760A0 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 160 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.03 |
| HSL | 334.57º | 0.9% | 0.67% | - |
| HSV(B) | 334.57º | 0.61% | 0.97% | - |
| XYZ | 48.89 | 30.68 | 36.6 | - |
| YUV | 148.45 | 134.53 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 160 | 0 | 0.61 | 0.35 | 0.03 | 334.57 | 0.9 | 0.67 |
| Hex | F7 | 60 | A0 | 0 | 3D | 23 | 3 | 14F | 5A | 43 |
| Octal | 367 | 140 | 240 | 0 | 75 | 43 | 3 | 517 | 132 | 103 |
| Binary | 11110111 | 1100000 | 10100000 | 0 | 111101 | 100011 | 11 | 101001111 | 1011010 | 1000011 |
Color Harmonies of #F760A0
Complementary color
Monochromatic Colors of #F760A0
Black with #F760A0
Text Example
Text Example
White with #F760A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760A0; }
p { color: rgb(247,96,160); }
H1.HeaderClassName
{
color: #F760A0;
}
.AnyTagClassName
{
color: #F760A0;
}
</style>
background-color css
<style>
a { background-color: #F760A0; }
a { background-color: rgb(247,96,160); }
div.DivClassName
{
background-color: #F760A0;
}
.BgClassName
{
background-color: #F760A0;
}
</style>
border-color css
<style>
span { border-color: #F760A0; }
span { border-color: rgb(247,96,160); }
td.TdClassName
{
border-color: #F760A0;
}
.TagClassName
{
border-color: #F760A0;
}
</style>