Shades of Violet #F372EA
Tints of Violet #F372EA
RGB
CMYK
RGB Variations
Color information
#F372EA (or 0xF372EA) is known color: Violet. HEX triplet: F3, 72 and EA. RGB value is (243,114,234). Sum of RGB (Red+Green+Blue) = 243+114+234=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 114 (44.92% from 255 or 19.29% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F372EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F372EA is #0C8D15. Grayscale: #A5A5A5. Windows color (decimal): -822550 or 15364851. OLE color: 15364851.
HSL color Cylindrical-coordinate representation of color #F372EA: hue angle of 304.19º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F372EA is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 234 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.05 |
| HSL | 304.19º | 0.84% | 0.7% | - |
| HSV(B) | 304.19º | 0.53% | 0.95% | - |
| XYZ | 57.83 | 37.03 | 81.94 | - |
| YUV | 166.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 234 | 0 | 0.53 | 0.04 | 0.05 | 304.19 | 0.84 | 0.7 |
| Hex | F3 | 72 | EA | 0 | 35 | 4 | 5 | 130 | 54 | 46 |
| Octal | 363 | 162 | 352 | 0 | 65 | 4 | 5 | 460 | 124 | 106 |
| Binary | 11110011 | 1110010 | 11101010 | 0 | 110101 | 100 | 101 | 100110000 | 1010100 | 1000110 |
Color Harmonies of #F372EA
Complementary color
Monochromatic Colors of #F372EA
Black with #F372EA
Text Example
Text Example
White with #F372EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372EA; }
p { color: rgb(243,114,234); }
H1.HeaderClassName
{
color: #F372EA;
}
.AnyTagClassName
{
color: #F372EA;
}
</style>
background-color css
<style>
a { background-color: #F372EA; }
a { background-color: rgb(243,114,234); }
div.DivClassName
{
background-color: #F372EA;
}
.BgClassName
{
background-color: #F372EA;
}
</style>
border-color css
<style>
span { border-color: #F372EA; }
span { border-color: rgb(243,114,234); }
td.TdClassName
{
border-color: #F372EA;
}
.TagClassName
{
border-color: #F372EA;
}
</style>