Shades of Violet #F672ED
Tints of Violet #F672ED
RGB
CMYK
RGB Variations
Color information
#F672ED (or 0xF672ED) is known color: Violet. HEX triplet: F6, 72 and ED. RGB value is (246,114,237). Sum of RGB (Red+Green+Blue) = 246+114+237=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 114 (44.92% from 255 or 19.10% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F672ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672ED is #098D12. Grayscale: #A7A7A7. Windows color (decimal): -625939 or 15561462. OLE color: 15561462.
HSL color Cylindrical-coordinate representation of color #F672ED: hue angle of 304.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F672ED is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 237 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.04 |
| HSL | 304.09º | 0.88% | 0.71% | - |
| HSV(B) | 304.09º | 0.54% | 0.96% | - |
| XYZ | 59.31 | 37.74 | 84.28 | - |
| YUV | 167.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 237 | 0 | 0.54 | 0.04 | 0.04 | 304.09 | 0.88 | 0.71 |
| Hex | F6 | 72 | ED | 0 | 36 | 4 | 4 | 130 | 58 | 47 |
| Octal | 366 | 162 | 355 | 0 | 66 | 4 | 4 | 460 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11101101 | 0 | 110110 | 100 | 100 | 100110000 | 1011000 | 1000111 |
Color Harmonies of #F672ED
Complementary color
Monochromatic Colors of #F672ED
Black with #F672ED
Text Example
Text Example
White with #F672ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672ED; }
p { color: rgb(246,114,237); }
H1.HeaderClassName
{
color: #F672ED;
}
.AnyTagClassName
{
color: #F672ED;
}
</style>
background-color css
<style>
a { background-color: #F672ED; }
a { background-color: rgb(246,114,237); }
div.DivClassName
{
background-color: #F672ED;
}
.BgClassName
{
background-color: #F672ED;
}
</style>
border-color css
<style>
span { border-color: #F672ED; }
span { border-color: rgb(246,114,237); }
td.TdClassName
{
border-color: #F672ED;
}
.TagClassName
{
border-color: #F672ED;
}
</style>