Shades of Violet #F67FF0
Tints of Violet #F67FF0
RGB
CMYK
RGB Variations
Color information
#F67FF0 (or 0xF67FF0) is known color: Violet. HEX triplet: F6, 7F and F0. RGB value is (246,127,240). Sum of RGB (Red+Green+Blue) = 246+127+240=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 127 (50% from 255 or 20.72% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67FF0 is #09800F. Grayscale: #AFAFAF. Windows color (decimal): -622608 or 15761398. OLE color: 15761398.
HSL color Cylindrical-coordinate representation of color #F67FF0: hue angle of 303.03º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F67FF0 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 240 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.04 |
| HSL | 303.03º | 0.87% | 0.73% | - |
| HSV(B) | 303.03º | 0.48% | 0.96% | - |
| XYZ | 61.32 | 41.06 | 87.13 | - |
| YUV | 175.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 240 | 0 | 0.48 | 0.02 | 0.04 | 303.03 | 0.87 | 0.73 |
| Hex | F6 | 7F | F0 | 0 | 30 | 2 | 4 | 12F | 57 | 49 |
| Octal | 366 | 177 | 360 | 0 | 60 | 2 | 4 | 457 | 127 | 111 |
| Binary | 11110110 | 1111111 | 11110000 | 0 | 110000 | 10 | 100 | 100101111 | 1010111 | 1001001 |
Color Harmonies of #F67FF0
Complementary color
Monochromatic Colors of #F67FF0
Black with #F67FF0
Text Example
Text Example
White with #F67FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67FF0; }
p { color: rgb(246,127,240); }
H1.HeaderClassName
{
color: #F67FF0;
}
.AnyTagClassName
{
color: #F67FF0;
}
</style>
background-color css
<style>
a { background-color: #F67FF0; }
a { background-color: rgb(246,127,240); }
div.DivClassName
{
background-color: #F67FF0;
}
.BgClassName
{
background-color: #F67FF0;
}
</style>
border-color css
<style>
span { border-color: #F67FF0; }
span { border-color: rgb(246,127,240); }
td.TdClassName
{
border-color: #F67FF0;
}
.TagClassName
{
border-color: #F67FF0;
}
</style>