Shades of Violet #F681F7
Tints of Violet #F681F7
RGB
CMYK
RGB Variations
Color information
#F681F7 (or 0xF681F7) is known color: Violet. HEX triplet: F6, 81 and F7. RGB value is (246,129,247). Sum of RGB (Red+Green+Blue) = 246+129+247=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 129 (50.78% from 255 or 20.74% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #F681F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F681F7 is #097E08. Grayscale: #B1B1B1. Windows color (decimal): -622089 or 16220662. OLE color: 16220662.
HSL color Cylindrical-coordinate representation of color #F681F7: hue angle of 299.49º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F681F7 is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 129 | 247 | - |
| CMYK | 0.00 | 0.48 | 0 | 0.03 |
| HSL | 299.49º | 0.88% | 0.74% | - |
| HSV(B) | 299.49º | 0.48% | 0.97% | - |
| XYZ | 62.64 | 42.01 | 92.8 | - |
| YUV | 177.44 | 167.26 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 247 | 0.00 | 0.48 | 0 | 0.03 | 299.49 | 0.88 | 0.74 |
| Hex | F6 | 81 | F7 | 0 | 30 | 0 | 3 | 12B | 58 | 4A |
| Octal | 366 | 201 | 367 | 0 | 60 | 0 | 3 | 453 | 130 | 112 |
| Binary | 11110110 | 10000001 | 11110111 | 0 | 110000 | 0 | 11 | 100101011 | 1011000 | 1001010 |
Color Harmonies of #F681F7
Complementary color
Monochromatic Colors of #F681F7
Black with #F681F7
Text Example
Text Example
White with #F681F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F681F7; }
p { color: rgb(246,129,247); }
H1.HeaderClassName
{
color: #F681F7;
}
.AnyTagClassName
{
color: #F681F7;
}
</style>
background-color css
<style>
a { background-color: #F681F7; }
a { background-color: rgb(246,129,247); }
div.DivClassName
{
background-color: #F681F7;
}
.BgClassName
{
background-color: #F681F7;
}
</style>
border-color css
<style>
span { border-color: #F681F7; }
span { border-color: rgb(246,129,247); }
td.TdClassName
{
border-color: #F681F7;
}
.TagClassName
{
border-color: #F681F7;
}
</style>