Shades of Violet #F07AF8
Tints of Violet #F07AF8
RGB
CMYK
RGB Variations
Color information
#F07AF8 (or 0xF07AF8) is known color: Violet. HEX triplet: F0, 7A and F8. RGB value is (240,122,248). Sum of RGB (Red+Green+Blue) = 240+122+248=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 122 (48.05% from 255 or 20% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #F07AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AF8 is #0F8507. Grayscale: #ABABAB. Windows color (decimal): -1017096 or 16284400. OLE color: 16284400.
HSL color Cylindrical-coordinate representation of color #F07AF8: hue angle of 296.19º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07AF8 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 122 | 248 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.03 |
| HSL | 296.19º | 0.9% | 0.73% | - |
| HSV(B) | 296.19º | 0.51% | 0.97% | - |
| XYZ | 59.84 | 39.22 | 93.22 | - |
| YUV | 171.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 248 | 0.03 | 0.51 | 0 | 0.03 | 296.19 | 0.9 | 0.73 |
| Hex | F0 | 7A | F8 | 3 | 33 | 0 | 3 | 128 | 5A | 49 |
| Octal | 360 | 172 | 370 | 3 | 63 | 0 | 3 | 450 | 132 | 111 |
| Binary | 11110000 | 1111010 | 11111000 | 11 | 110011 | 0 | 11 | 100101000 | 1011010 | 1001001 |
Color Harmonies of #F07AF8
Complementary color
Monochromatic Colors of #F07AF8
Black with #F07AF8
Text Example
Text Example
White with #F07AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07AF8; }
p { color: rgb(240,122,248); }
H1.HeaderClassName
{
color: #F07AF8;
}
.AnyTagClassName
{
color: #F07AF8;
}
</style>
background-color css
<style>
a { background-color: #F07AF8; }
a { background-color: rgb(240,122,248); }
div.DivClassName
{
background-color: #F07AF8;
}
.BgClassName
{
background-color: #F07AF8;
}
</style>
border-color css
<style>
span { border-color: #F07AF8; }
span { border-color: rgb(240,122,248); }
td.TdClassName
{
border-color: #F07AF8;
}
.TagClassName
{
border-color: #F07AF8;
}
</style>