Shades of Violet #F37CF4
Tints of Violet #F37CF4
RGB
CMYK
RGB Variations
Color information
#F37CF4 (or 0xF37CF4) is known color: Violet. HEX triplet: F3, 7C and F4. RGB value is (243,124,244). Sum of RGB (Red+Green+Blue) = 243+124+244=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 124 (48.83% from 255 or 20.29% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #F37CF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37CF4 is #0C830B. Grayscale: #ACACAC. Windows color (decimal): -819980 or 16022771. OLE color: 16022771.
HSL color Cylindrical-coordinate representation of color #F37CF4: hue angle of 299.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37CF4 is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 124 | 244 | - |
| CMYK | 0.00 | 0.49 | 0 | 0.04 |
| HSL | 299.5º | 0.85% | 0.72% | - |
| HSV(B) | 299.5º | 0.49% | 0.96% | - |
| XYZ | 60.5 | 40 | 90.12 | - |
| YUV | 173.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 244 | 0.00 | 0.49 | 0 | 0.04 | 299.5 | 0.85 | 0.72 |
| Hex | F3 | 7C | F4 | 0 | 31 | 0 | 4 | 12C | 55 | 48 |
| Octal | 363 | 174 | 364 | 0 | 61 | 0 | 4 | 454 | 125 | 110 |
| Binary | 11110011 | 1111100 | 11110100 | 0 | 110001 | 0 | 100 | 100101100 | 1010101 | 1001000 |
Color Harmonies of #F37CF4
Complementary color
Monochromatic Colors of #F37CF4
Black with #F37CF4
Text Example
Text Example
White with #F37CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CF4; }
p { color: rgb(243,124,244); }
H1.HeaderClassName
{
color: #F37CF4;
}
.AnyTagClassName
{
color: #F37CF4;
}
</style>
background-color css
<style>
a { background-color: #F37CF4; }
a { background-color: rgb(243,124,244); }
div.DivClassName
{
background-color: #F37CF4;
}
.BgClassName
{
background-color: #F37CF4;
}
</style>
border-color css
<style>
span { border-color: #F37CF4; }
span { border-color: rgb(243,124,244); }
td.TdClassName
{
border-color: #F37CF4;
}
.TagClassName
{
border-color: #F37CF4;
}
</style>