Shades of Violet #F07CE8
Tints of Violet #F07CE8
RGB
CMYK
RGB Variations
Color information
#F07CE8 (or 0xF07CE8) is known color: Violet. HEX triplet: F0, 7C and E8. RGB value is (240,124,232). Sum of RGB (Red+Green+Blue) = 240+124+232=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CE8 is #0F8317. Grayscale: #AAAAAA. Windows color (decimal): -1016600 or 15236336. OLE color: 15236336.
HSL color Cylindrical-coordinate representation of color #F07CE8: hue angle of 304.14º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CE8 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 232 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.06 |
| HSL | 304.14º | 0.79% | 0.71% | - |
| HSV(B) | 304.14º | 0.48% | 0.94% | - |
| XYZ | 57.71 | 38.77 | 80.79 | - |
| YUV | 171 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 232 | 0 | 0.48 | 0.03 | 0.06 | 304.14 | 0.79 | 0.71 |
| Hex | F0 | 7C | E8 | 0 | 30 | 3 | 6 | 130 | 4F | 47 |
| Octal | 360 | 174 | 350 | 0 | 60 | 3 | 6 | 460 | 117 | 107 |
| Binary | 11110000 | 1111100 | 11101000 | 0 | 110000 | 11 | 110 | 100110000 | 1001111 | 1000111 |
Color Harmonies of #F07CE8
Complementary color
Monochromatic Colors of #F07CE8
Black with #F07CE8
Text Example
Text Example
White with #F07CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CE8; }
p { color: rgb(240,124,232); }
H1.HeaderClassName
{
color: #F07CE8;
}
.AnyTagClassName
{
color: #F07CE8;
}
</style>
background-color css
<style>
a { background-color: #F07CE8; }
a { background-color: rgb(240,124,232); }
div.DivClassName
{
background-color: #F07CE8;
}
.BgClassName
{
background-color: #F07CE8;
}
</style>
border-color css
<style>
span { border-color: #F07CE8; }
span { border-color: rgb(240,124,232); }
td.TdClassName
{
border-color: #F07CE8;
}
.TagClassName
{
border-color: #F07CE8;
}
</style>