Shades of Violet #F872EC
Tints of Violet #F872EC
RGB
CMYK
RGB Variations
Color information
#F872EC (or 0xF872EC) is known color: Violet. HEX triplet: F8, 72 and EC. RGB value is (248,114,236). Sum of RGB (Red+Green+Blue) = 248+114+236=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 114 (44.92% from 255 or 19.06% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F872EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F872EC is #078D13. Grayscale: #A7A7A7. Windows color (decimal): -494868 or 15495928. OLE color: 15495928.
HSL color Cylindrical-coordinate representation of color #F872EC: hue angle of 305.37º degrees, saturation: 0.91, 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 #F872EC is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 236 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.03 |
| HSL | 305.37º | 0.91% | 0.71% | - |
| HSV(B) | 305.37º | 0.54% | 0.97% | - |
| XYZ | 59.87 | 38.05 | 83.55 | - |
| YUV | 167.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 236 | 0 | 0.54 | 0.05 | 0.03 | 305.37 | 0.91 | 0.71 |
| Hex | F8 | 72 | EC | 0 | 36 | 5 | 3 | 131 | 5B | 47 |
| Octal | 370 | 162 | 354 | 0 | 66 | 5 | 3 | 461 | 133 | 107 |
| Binary | 11111000 | 1110010 | 11101100 | 0 | 110110 | 101 | 11 | 100110001 | 1011011 | 1000111 |
Color Harmonies of #F872EC
Complementary color
Monochromatic Colors of #F872EC
Black with #F872EC
Text Example
Text Example
White with #F872EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F872EC; }
p { color: rgb(248,114,236); }
H1.HeaderClassName
{
color: #F872EC;
}
.AnyTagClassName
{
color: #F872EC;
}
</style>
background-color css
<style>
a { background-color: #F872EC; }
a { background-color: rgb(248,114,236); }
div.DivClassName
{
background-color: #F872EC;
}
.BgClassName
{
background-color: #F872EC;
}
</style>
border-color css
<style>
span { border-color: #F872EC; }
span { border-color: rgb(248,114,236); }
td.TdClassName
{
border-color: #F872EC;
}
.TagClassName
{
border-color: #F872EC;
}
</style>