Shades of Violet #F07CF8
Tints of Violet #F07CF8
RGB
CMYK
RGB Variations
Color information
#F07CF8 (or 0xF07CF8) is known color: Violet. HEX triplet: F0, 7C and F8. RGB value is (240,124,248). Sum of RGB (Red+Green+Blue) = 240+124+248=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 124 (48.83% from 255 or 20.26% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #F07CF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CF8 is #0F8307. Grayscale: #ACACAC. Windows color (decimal): -1016584 or 16284912. OLE color: 16284912.
HSL color Cylindrical-coordinate representation of color #F07CF8: hue angle of 296.13º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07CF8 is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 124 | 248 | - |
| CMYK | 0.03 | 0.5 | 0 | 0.03 |
| HSL | 296.13º | 0.9% | 0.73% | - |
| HSV(B) | 296.13º | 0.5% | 0.97% | - |
| XYZ | 60.09 | 39.72 | 93.31 | - |
| YUV | 172.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 248 | 0.03 | 0.5 | 0 | 0.03 | 296.13 | 0.9 | 0.73 |
| Hex | F0 | 7C | F8 | 3 | 32 | 0 | 3 | 128 | 5A | 49 |
| Octal | 360 | 174 | 370 | 3 | 62 | 0 | 3 | 450 | 132 | 111 |
| Binary | 11110000 | 1111100 | 11111000 | 11 | 110010 | 0 | 11 | 100101000 | 1011010 | 1001001 |
Color Harmonies of #F07CF8
Complementary color
Monochromatic Colors of #F07CF8
Black with #F07CF8
Text Example
Text Example
White with #F07CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CF8; }
p { color: rgb(240,124,248); }
H1.HeaderClassName
{
color: #F07CF8;
}
.AnyTagClassName
{
color: #F07CF8;
}
</style>
background-color css
<style>
a { background-color: #F07CF8; }
a { background-color: rgb(240,124,248); }
div.DivClassName
{
background-color: #F07CF8;
}
.BgClassName
{
background-color: #F07CF8;
}
</style>
border-color css
<style>
span { border-color: #F07CF8; }
span { border-color: rgb(240,124,248); }
td.TdClassName
{
border-color: #F07CF8;
}
.TagClassName
{
border-color: #F07CF8;
}
</style>