Shades of Violet #F37DF9
Tints of Violet #F37DF9
RGB
CMYK
RGB Variations
Color information
#F37DF9 (or 0xF37DF9) is known color: Violet. HEX triplet: F3, 7D and F9. RGB value is (243,125,249). Sum of RGB (Red+Green+Blue) = 243+125+249=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 125 (49.22% from 255 or 20.26% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #F37DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37DF9 is #0C8206. Grayscale: #AEAEAE. Windows color (decimal): -819719 or 16350707. OLE color: 16350707.
HSL color Cylindrical-coordinate representation of color #F37DF9: hue angle of 297.1º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37DF9 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 125 | 249 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.02 |
| HSL | 297.1º | 0.91% | 0.73% | - |
| HSV(B) | 297.1º | 0.5% | 0.98% | - |
| XYZ | 61.39 | 40.56 | 94.22 | - |
| YUV | 174.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 249 | 0.02 | 0.50 | 0 | 0.02 | 297.1 | 0.91 | 0.73 |
| Hex | F3 | 7D | F9 | 2 | 32 | 0 | 2 | 129 | 5B | 49 |
| Octal | 363 | 175 | 371 | 2 | 62 | 0 | 2 | 451 | 133 | 111 |
| Binary | 11110011 | 1111101 | 11111001 | 10 | 110010 | 0 | 10 | 100101001 | 1011011 | 1001001 |
Color Harmonies of #F37DF9
Complementary color
Monochromatic Colors of #F37DF9
Black with #F37DF9
Text Example
Text Example
White with #F37DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DF9; }
p { color: rgb(243,125,249); }
H1.HeaderClassName
{
color: #F37DF9;
}
.AnyTagClassName
{
color: #F37DF9;
}
</style>
background-color css
<style>
a { background-color: #F37DF9; }
a { background-color: rgb(243,125,249); }
div.DivClassName
{
background-color: #F37DF9;
}
.BgClassName
{
background-color: #F37DF9;
}
</style>
border-color css
<style>
span { border-color: #F37DF9; }
span { border-color: rgb(243,125,249); }
td.TdClassName
{
border-color: #F37DF9;
}
.TagClassName
{
border-color: #F37DF9;
}
</style>