Shades of Violet #F37AF0
Tints of Violet #F37AF0
RGB
CMYK
RGB Variations
Color information
#F37AF0 (or 0xF37AF0) is known color: Violet. HEX triplet: F3, 7A and F0. RGB value is (243,122,240). Sum of RGB (Red+Green+Blue) = 243+122+240=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 122 (48.05% from 255 or 20.17% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37AF0 is #0C850F. Grayscale: #ABABAB. Windows color (decimal): -820496 or 15760115. OLE color: 15760115.
HSL color Cylindrical-coordinate representation of color #F37AF0: hue angle of 301.49º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37AF0 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 240 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.05 |
| HSL | 301.49º | 0.83% | 0.72% | - |
| HSV(B) | 301.49º | 0.5% | 0.95% | - |
| XYZ | 59.65 | 39.27 | 86.87 | - |
| YUV | 171.63 | 166.59 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 240 | 0 | 0.50 | 0.01 | 0.05 | 301.49 | 0.83 | 0.72 |
| Hex | F3 | 7A | F0 | 0 | 32 | 1 | 5 | 12D | 53 | 48 |
| Octal | 363 | 172 | 360 | 0 | 62 | 1 | 5 | 455 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11110000 | 0 | 110010 | 1 | 101 | 100101101 | 1010011 | 1001000 |
Color Harmonies of #F37AF0
Complementary color
Monochromatic Colors of #F37AF0
Black with #F37AF0
Text Example
Text Example
White with #F37AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AF0; }
p { color: rgb(243,122,240); }
H1.HeaderClassName
{
color: #F37AF0;
}
.AnyTagClassName
{
color: #F37AF0;
}
</style>
background-color css
<style>
a { background-color: #F37AF0; }
a { background-color: rgb(243,122,240); }
div.DivClassName
{
background-color: #F37AF0;
}
.BgClassName
{
background-color: #F37AF0;
}
</style>
border-color css
<style>
span { border-color: #F37AF0; }
span { border-color: rgb(243,122,240); }
td.TdClassName
{
border-color: #F37AF0;
}
.TagClassName
{
border-color: #F37AF0;
}
</style>