Shades of Violet #F37DF6
Tints of Violet #F37DF6
RGB
CMYK
RGB Variations
Color information
#F37DF6 (or 0xF37DF6) is known color: Violet. HEX triplet: F3, 7D and F6. RGB value is (243,125,246). Sum of RGB (Red+Green+Blue) = 243+125+246=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 125 (49.22% from 255 or 20.36% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #F37DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37DF6 is #0C8209. Grayscale: #ADADAD. Windows color (decimal): -819722 or 16154099. OLE color: 16154099.
HSL color Cylindrical-coordinate representation of color #F37DF6: hue angle of 298.51º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37DF6 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 125 | 246 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.04 |
| HSL | 298.51º | 0.87% | 0.73% | - |
| HSV(B) | 298.51º | 0.49% | 0.96% | - |
| XYZ | 60.93 | 40.38 | 91.77 | - |
| YUV | 174.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 246 | 0.01 | 0.49 | 0 | 0.04 | 298.51 | 0.87 | 0.73 |
| Hex | F3 | 7D | F6 | 1 | 31 | 0 | 4 | 12B | 57 | 49 |
| Octal | 363 | 175 | 366 | 1 | 61 | 0 | 4 | 453 | 127 | 111 |
| Binary | 11110011 | 1111101 | 11110110 | 1 | 110001 | 0 | 100 | 100101011 | 1010111 | 1001001 |
Color Harmonies of #F37DF6
Complementary color
Monochromatic Colors of #F37DF6
Black with #F37DF6
Text Example
Text Example
White with #F37DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DF6; }
p { color: rgb(243,125,246); }
H1.HeaderClassName
{
color: #F37DF6;
}
.AnyTagClassName
{
color: #F37DF6;
}
</style>
background-color css
<style>
a { background-color: #F37DF6; }
a { background-color: rgb(243,125,246); }
div.DivClassName
{
background-color: #F37DF6;
}
.BgClassName
{
background-color: #F37DF6;
}
</style>
border-color css
<style>
span { border-color: #F37DF6; }
span { border-color: rgb(243,125,246); }
td.TdClassName
{
border-color: #F37DF6;
}
.TagClassName
{
border-color: #F37DF6;
}
</style>