Shades of Violet #F67AF0
Tints of Violet #F67AF0
RGB
CMYK
RGB Variations
Color information
#F67AF0 (or 0xF67AF0) is known color: Violet. HEX triplet: F6, 7A and F0. RGB value is (246,122,240). Sum of RGB (Red+Green+Blue) = 246+122+240=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 122 (48.05% from 255 or 20.07% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67AF0 is #09850F. Grayscale: #ACACAC. Windows color (decimal): -623888 or 15760118. OLE color: 15760118.
HSL color Cylindrical-coordinate representation of color #F67AF0: hue angle of 302.9º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67AF0 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 240 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.04 |
| HSL | 302.9º | 0.87% | 0.72% | - |
| HSV(B) | 302.9º | 0.5% | 0.96% | - |
| XYZ | 60.69 | 39.8 | 86.92 | - |
| YUV | 172.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 240 | 0 | 0.50 | 0.02 | 0.04 | 302.9 | 0.87 | 0.72 |
| Hex | F6 | 7A | F0 | 0 | 32 | 2 | 4 | 12F | 57 | 48 |
| Octal | 366 | 172 | 360 | 0 | 62 | 2 | 4 | 457 | 127 | 110 |
| Binary | 11110110 | 1111010 | 11110000 | 0 | 110010 | 10 | 100 | 100101111 | 1010111 | 1001000 |
Color Harmonies of #F67AF0
Complementary color
Monochromatic Colors of #F67AF0
Black with #F67AF0
Text Example
Text Example
White with #F67AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67AF0; }
p { color: rgb(246,122,240); }
H1.HeaderClassName
{
color: #F67AF0;
}
.AnyTagClassName
{
color: #F67AF0;
}
</style>
background-color css
<style>
a { background-color: #F67AF0; }
a { background-color: rgb(246,122,240); }
div.DivClassName
{
background-color: #F67AF0;
}
.BgClassName
{
background-color: #F67AF0;
}
</style>
border-color css
<style>
span { border-color: #F67AF0; }
span { border-color: rgb(246,122,240); }
td.TdClassName
{
border-color: #F67AF0;
}
.TagClassName
{
border-color: #F67AF0;
}
</style>