Shades of Violet #F07DF8
Tints of Violet #F07DF8
RGB
CMYK
RGB Variations
Color information
#F07DF8 (or 0xF07DF8) is known color: Violet. HEX triplet: F0, 7D and F8. RGB value is (240,125,248). Sum of RGB (Red+Green+Blue) = 240+125+248=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 125 (49.22% from 255 or 20.39% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #F07DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07DF8 is #0F8207. Grayscale: #ADADAD. Windows color (decimal): -1016328 or 16285168. OLE color: 16285168.
HSL color Cylindrical-coordinate representation of color #F07DF8: hue angle of 296.1º 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 #F07DF8 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 125 | 248 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.03 |
| HSL | 296.1º | 0.9% | 0.73% | - |
| HSV(B) | 296.1º | 0.5% | 0.97% | - |
| XYZ | 60.21 | 39.97 | 93.35 | - |
| YUV | 173.41 | 170.1 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 248 | 0.03 | 0.50 | 0 | 0.03 | 296.1 | 0.9 | 0.73 |
| Hex | F0 | 7D | F8 | 3 | 32 | 0 | 3 | 128 | 5A | 49 |
| Octal | 360 | 175 | 370 | 3 | 62 | 0 | 3 | 450 | 132 | 111 |
| Binary | 11110000 | 1111101 | 11111000 | 11 | 110010 | 0 | 11 | 100101000 | 1011010 | 1001001 |
Color Harmonies of #F07DF8
Complementary color
Monochromatic Colors of #F07DF8
Black with #F07DF8
Text Example
Text Example
White with #F07DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07DF8; }
p { color: rgb(240,125,248); }
H1.HeaderClassName
{
color: #F07DF8;
}
.AnyTagClassName
{
color: #F07DF8;
}
</style>
background-color css
<style>
a { background-color: #F07DF8; }
a { background-color: rgb(240,125,248); }
div.DivClassName
{
background-color: #F07DF8;
}
.BgClassName
{
background-color: #F07DF8;
}
</style>
border-color css
<style>
span { border-color: #F07DF8; }
span { border-color: rgb(240,125,248); }
td.TdClassName
{
border-color: #F07DF8;
}
.TagClassName
{
border-color: #F07DF8;
}
</style>