Shades of Violet #F37DEA
Tints of Violet #F37DEA
RGB
CMYK
RGB Variations
Color information
#F37DEA (or 0xF37DEA) is known color: Violet. HEX triplet: F3, 7D and EA. RGB value is (243,125,234). Sum of RGB (Red+Green+Blue) = 243+125+234=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 125 (49.22% from 255 or 20.76% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37DEA is #0C8215. Grayscale: #ACACAC. Windows color (decimal): -819734 or 15367667. OLE color: 15367667.
HSL color Cylindrical-coordinate representation of color #F37DEA: hue angle of 304.58º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37DEA is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 234 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.05 |
| HSL | 304.58º | 0.83% | 0.72% | - |
| HSV(B) | 304.58º | 0.49% | 0.95% | - |
| XYZ | 59.15 | 39.66 | 82.38 | - |
| YUV | 172.71 | 162.59 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 234 | 0 | 0.49 | 0.04 | 0.05 | 304.58 | 0.83 | 0.72 |
| Hex | F3 | 7D | EA | 0 | 31 | 4 | 5 | 131 | 53 | 48 |
| Octal | 363 | 175 | 352 | 0 | 61 | 4 | 5 | 461 | 123 | 110 |
| Binary | 11110011 | 1111101 | 11101010 | 0 | 110001 | 100 | 101 | 100110001 | 1010011 | 1001000 |
Color Harmonies of #F37DEA
Complementary color
Monochromatic Colors of #F37DEA
Black with #F37DEA
Text Example
Text Example
White with #F37DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DEA; }
p { color: rgb(243,125,234); }
H1.HeaderClassName
{
color: #F37DEA;
}
.AnyTagClassName
{
color: #F37DEA;
}
</style>
background-color css
<style>
a { background-color: #F37DEA; }
a { background-color: rgb(243,125,234); }
div.DivClassName
{
background-color: #F37DEA;
}
.BgClassName
{
background-color: #F37DEA;
}
</style>
border-color css
<style>
span { border-color: #F37DEA; }
span { border-color: rgb(243,125,234); }
td.TdClassName
{
border-color: #F37DEA;
}
.TagClassName
{
border-color: #F37DEA;
}
</style>