Shades of Violet #F37AF2
Tints of Violet #F37AF2
RGB
CMYK
RGB Variations
Color information
#F37AF2 (or 0xF37AF2) is known color: Violet. HEX triplet: F3, 7A and F2. RGB value is (243,122,242). Sum of RGB (Red+Green+Blue) = 243+122+242=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 122 (48.05% from 255 or 20.10% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37AF2 is #0C850D. Grayscale: #ABABAB. Windows color (decimal): -820494 or 15891187. OLE color: 15891187.
HSL color Cylindrical-coordinate representation of color #F37AF2: hue angle of 300.5º 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 #F37AF2 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 242 | - |
| CMYK | 0 | 0.50 | 0.00 | 0.05 |
| HSL | 300.5º | 0.83% | 0.72% | - |
| HSV(B) | 300.5º | 0.5% | 0.95% | - |
| XYZ | 59.95 | 39.38 | 88.45 | - |
| YUV | 171.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 242 | 0 | 0.50 | 0.00 | 0.05 | 300.5 | 0.83 | 0.72 |
| Hex | F3 | 7A | F2 | 0 | 32 | 0 | 5 | 12C | 53 | 48 |
| Octal | 363 | 172 | 362 | 0 | 62 | 0 | 5 | 454 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11110010 | 0 | 110010 | 0 | 101 | 100101100 | 1010011 | 1001000 |
Color Harmonies of #F37AF2
Complementary color
Monochromatic Colors of #F37AF2
Black with #F37AF2
Text Example
Text Example
White with #F37AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AF2; }
p { color: rgb(243,122,242); }
H1.HeaderClassName
{
color: #F37AF2;
}
.AnyTagClassName
{
color: #F37AF2;
}
</style>
background-color css
<style>
a { background-color: #F37AF2; }
a { background-color: rgb(243,122,242); }
div.DivClassName
{
background-color: #F37AF2;
}
.BgClassName
{
background-color: #F37AF2;
}
</style>
border-color css
<style>
span { border-color: #F37AF2; }
span { border-color: rgb(243,122,242); }
td.TdClassName
{
border-color: #F37AF2;
}
.TagClassName
{
border-color: #F37AF2;
}
</style>