Shades of Violet #F772ED
Tints of Violet #F772ED
RGB
CMYK
RGB Variations
Color information
#F772ED (or 0xF772ED) is known color: Violet. HEX triplet: F7, 72 and ED. RGB value is (247,114,237). Sum of RGB (Red+Green+Blue) = 247+114+237=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 114 (44.92% from 255 or 19.06% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F772ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F772ED is #088D12. Grayscale: #A7A7A7. Windows color (decimal): -560403 or 15561463. OLE color: 15561463.
HSL color Cylindrical-coordinate representation of color #F772ED: hue angle of 304.51º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F772ED is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 237 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.03 |
| HSL | 304.51º | 0.89% | 0.71% | - |
| HSV(B) | 304.51º | 0.54% | 0.97% | - |
| XYZ | 59.66 | 37.92 | 84.3 | - |
| YUV | 167.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 237 | 0 | 0.54 | 0.04 | 0.03 | 304.51 | 0.89 | 0.71 |
| Hex | F7 | 72 | ED | 0 | 36 | 4 | 3 | 131 | 59 | 47 |
| Octal | 367 | 162 | 355 | 0 | 66 | 4 | 3 | 461 | 131 | 107 |
| Binary | 11110111 | 1110010 | 11101101 | 0 | 110110 | 100 | 11 | 100110001 | 1011001 | 1000111 |
Color Harmonies of #F772ED
Complementary color
Monochromatic Colors of #F772ED
Black with #F772ED
Text Example
Text Example
White with #F772ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F772ED; }
p { color: rgb(247,114,237); }
H1.HeaderClassName
{
color: #F772ED;
}
.AnyTagClassName
{
color: #F772ED;
}
</style>
background-color css
<style>
a { background-color: #F772ED; }
a { background-color: rgb(247,114,237); }
div.DivClassName
{
background-color: #F772ED;
}
.BgClassName
{
background-color: #F772ED;
}
</style>
border-color css
<style>
span { border-color: #F772ED; }
span { border-color: rgb(247,114,237); }
td.TdClassName
{
border-color: #F772ED;
}
.TagClassName
{
border-color: #F772ED;
}
</style>