Shades of Violet #F37DF0
Tints of Violet #F37DF0
RGB
CMYK
RGB Variations
Color information
#F37DF0 (or 0xF37DF0) is known color: Violet. HEX triplet: F3, 7D and F0. RGB value is (243,125,240). Sum of RGB (Red+Green+Blue) = 243+125+240=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 125 (49.22% from 255 or 20.56% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37DF0 is #0C820F. Grayscale: #ADADAD. Windows color (decimal): -819728 or 15760883. OLE color: 15760883.
HSL color Cylindrical-coordinate representation of color #F37DF0: hue angle of 301.53º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37DF0 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 240 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.05 |
| HSL | 301.53º | 0.83% | 0.72% | - |
| HSV(B) | 301.53º | 0.49% | 0.95% | - |
| XYZ | 60.02 | 40.01 | 87 | - |
| YUV | 173.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 240 | 0 | 0.49 | 0.01 | 0.05 | 301.53 | 0.83 | 0.72 |
| Hex | F3 | 7D | F0 | 0 | 31 | 1 | 5 | 12E | 53 | 48 |
| Octal | 363 | 175 | 360 | 0 | 61 | 1 | 5 | 456 | 123 | 110 |
| Binary | 11110011 | 1111101 | 11110000 | 0 | 110001 | 1 | 101 | 100101110 | 1010011 | 1001000 |
Color Harmonies of #F37DF0
Complementary color
Monochromatic Colors of #F37DF0
Black with #F37DF0
Text Example
Text Example
White with #F37DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DF0; }
p { color: rgb(243,125,240); }
H1.HeaderClassName
{
color: #F37DF0;
}
.AnyTagClassName
{
color: #F37DF0;
}
</style>
background-color css
<style>
a { background-color: #F37DF0; }
a { background-color: rgb(243,125,240); }
div.DivClassName
{
background-color: #F37DF0;
}
.BgClassName
{
background-color: #F37DF0;
}
</style>
border-color css
<style>
span { border-color: #F37DF0; }
span { border-color: rgb(243,125,240); }
td.TdClassName
{
border-color: #F37DF0;
}
.TagClassName
{
border-color: #F37DF0;
}
</style>