Shades of Violet #F07AFB
Tints of Violet #F07AFB
RGB
CMYK
RGB Variations
Color information
#F07AFB (or 0xF07AFB) is known color: Violet. HEX triplet: F0, 7A and FB. RGB value is (240,122,251). Sum of RGB (Red+Green+Blue) = 240+122+251=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 122 (48.05% from 255 or 19.90% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #F07AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AFB is #0F8504. Grayscale: #ABABAB. Windows color (decimal): -1017093 or 16481008. OLE color: 16481008.
HSL color Cylindrical-coordinate representation of color #F07AFB: hue angle of 294.88º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07AFB is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 122 | 251 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.02 |
| HSL | 294.88º | 0.94% | 0.73% | - |
| HSV(B) | 294.88º | 0.51% | 0.98% | - |
| XYZ | 60.31 | 39.41 | 95.7 | - |
| YUV | 171.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 251 | 0.04 | 0.51 | 0 | 0.02 | 294.88 | 0.94 | 0.73 |
| Hex | F0 | 7A | FB | 4 | 33 | 0 | 2 | 127 | 5E | 49 |
| Octal | 360 | 172 | 373 | 4 | 63 | 0 | 2 | 447 | 136 | 111 |
| Binary | 11110000 | 1111010 | 11111011 | 100 | 110011 | 0 | 10 | 100100111 | 1011110 | 1001001 |
Color Harmonies of #F07AFB
Complementary color
Monochromatic Colors of #F07AFB
Black with #F07AFB
Text Example
Text Example
White with #F07AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07AFB; }
p { color: rgb(240,122,251); }
H1.HeaderClassName
{
color: #F07AFB;
}
.AnyTagClassName
{
color: #F07AFB;
}
</style>
background-color css
<style>
a { background-color: #F07AFB; }
a { background-color: rgb(240,122,251); }
div.DivClassName
{
background-color: #F07AFB;
}
.BgClassName
{
background-color: #F07AFB;
}
</style>
border-color css
<style>
span { border-color: #F07AFB; }
span { border-color: rgb(240,122,251); }
td.TdClassName
{
border-color: #F07AFB;
}
.TagClassName
{
border-color: #F07AFB;
}
</style>