Shades of Violet #F67CF0
Tints of Violet #F67CF0
RGB
CMYK
RGB Variations
Color information
#F67CF0 (or 0xF67CF0) is known color: Violet. HEX triplet: F6, 7C and F0. RGB value is (246,124,240). Sum of RGB (Red+Green+Blue) = 246+124+240=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 124 (48.83% from 255 or 20.33% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67CF0 is #09830F. Grayscale: #ADADAD. Windows color (decimal): -623376 or 15760630. OLE color: 15760630.
HSL color Cylindrical-coordinate representation of color #F67CF0: hue angle of 302.95º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67CF0 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 240 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.04 |
| HSL | 302.95º | 0.87% | 0.73% | - |
| HSV(B) | 302.95º | 0.5% | 0.96% | - |
| XYZ | 60.94 | 40.3 | 87 | - |
| YUV | 173.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 240 | 0 | 0.50 | 0.02 | 0.04 | 302.95 | 0.87 | 0.73 |
| Hex | F6 | 7C | F0 | 0 | 32 | 2 | 4 | 12F | 57 | 49 |
| Octal | 366 | 174 | 360 | 0 | 62 | 2 | 4 | 457 | 127 | 111 |
| Binary | 11110110 | 1111100 | 11110000 | 0 | 110010 | 10 | 100 | 100101111 | 1010111 | 1001001 |
Color Harmonies of #F67CF0
Complementary color
Monochromatic Colors of #F67CF0
Black with #F67CF0
Text Example
Text Example
White with #F67CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CF0; }
p { color: rgb(246,124,240); }
H1.HeaderClassName
{
color: #F67CF0;
}
.AnyTagClassName
{
color: #F67CF0;
}
</style>
background-color css
<style>
a { background-color: #F67CF0; }
a { background-color: rgb(246,124,240); }
div.DivClassName
{
background-color: #F67CF0;
}
.BgClassName
{
background-color: #F67CF0;
}
</style>
border-color css
<style>
span { border-color: #F67CF0; }
span { border-color: rgb(246,124,240); }
td.TdClassName
{
border-color: #F67CF0;
}
.TagClassName
{
border-color: #F67CF0;
}
</style>