Shades of Brilliant Rose #F764A2
Tints of Brilliant Rose #F764A2
RGB
CMYK
RGB Variations
Color information
#F764A2 (or 0xF764A2) is known color: Brilliant Rose. HEX triplet: F7, 64 and A2. RGB value is (247,100,162). Sum of RGB (Red+Green+Blue) = 247+100+162=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F764A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F764A2 is #089B5D. Grayscale: #969696. Windows color (decimal): -564062 or 10642679. OLE color: 10642679.
HSL color Cylindrical-coordinate representation of color #F764A2: hue angle of 334.69º 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 #F764A2 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 162 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.03 |
| HSL | 334.69º | 0.9% | 0.68% | - |
| HSV(B) | 334.69º | 0.6% | 0.97% | - |
| XYZ | 49.44 | 31.5 | 37.66 | - |
| YUV | 151.02 | 134.2 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 162 | 0 | 0.60 | 0.34 | 0.03 | 334.69 | 0.9 | 0.68 |
| Hex | F7 | 64 | A2 | 0 | 3C | 22 | 3 | 14F | 5A | 44 |
| Octal | 367 | 144 | 242 | 0 | 74 | 42 | 3 | 517 | 132 | 104 |
| Binary | 11110111 | 1100100 | 10100010 | 0 | 111100 | 100010 | 11 | 101001111 | 1011010 | 1000100 |
Color Harmonies of #F764A2
Complementary color
Monochromatic Colors of #F764A2
Black with #F764A2
Text Example
Text Example
White with #F764A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F764A2; }
p { color: rgb(247,100,162); }
H1.HeaderClassName
{
color: #F764A2;
}
.AnyTagClassName
{
color: #F764A2;
}
</style>
background-color css
<style>
a { background-color: #F764A2; }
a { background-color: rgb(247,100,162); }
div.DivClassName
{
background-color: #F764A2;
}
.BgClassName
{
background-color: #F764A2;
}
</style>
border-color css
<style>
span { border-color: #F764A2; }
span { border-color: rgb(247,100,162); }
td.TdClassName
{
border-color: #F764A2;
}
.TagClassName
{
border-color: #F764A2;
}
</style>