Shades of Violet #F37AF1
Tints of Violet #F37AF1
RGB
CMYK
RGB Variations
Color information
#F37AF1 (or 0xF37AF1) is known color: Violet. HEX triplet: F3, 7A and F1. RGB value is (243,122,241). Sum of RGB (Red+Green+Blue) = 243+122+241=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 122 (48.05% from 255 or 20.13% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37AF1 is #0C850E. Grayscale: #ABABAB. Windows color (decimal): -820495 or 15825651. OLE color: 15825651.
HSL color Cylindrical-coordinate representation of color #F37AF1: hue angle of 300.99º 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 #F37AF1 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 241 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.05 |
| HSL | 300.99º | 0.83% | 0.72% | - |
| HSV(B) | 300.99º | 0.5% | 0.95% | - |
| XYZ | 59.8 | 39.32 | 87.66 | - |
| YUV | 171.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 241 | 0 | 0.50 | 0.01 | 0.05 | 300.99 | 0.83 | 0.72 |
| Hex | F3 | 7A | F1 | 0 | 32 | 1 | 5 | 12D | 53 | 48 |
| Octal | 363 | 172 | 361 | 0 | 62 | 1 | 5 | 455 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11110001 | 0 | 110010 | 1 | 101 | 100101101 | 1010011 | 1001000 |
Color Harmonies of #F37AF1
Complementary color
Monochromatic Colors of #F37AF1
Black with #F37AF1
Text Example
Text Example
White with #F37AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AF1; }
p { color: rgb(243,122,241); }
H1.HeaderClassName
{
color: #F37AF1;
}
.AnyTagClassName
{
color: #F37AF1;
}
</style>
background-color css
<style>
a { background-color: #F37AF1; }
a { background-color: rgb(243,122,241); }
div.DivClassName
{
background-color: #F37AF1;
}
.BgClassName
{
background-color: #F37AF1;
}
</style>
border-color css
<style>
span { border-color: #F37AF1; }
span { border-color: rgb(243,122,241); }
td.TdClassName
{
border-color: #F37AF1;
}
.TagClassName
{
border-color: #F37AF1;
}
</style>