Shades of Violet #F374EA
Tints of Violet #F374EA
RGB
CMYK
RGB Variations
Color information
#F374EA (or 0xF374EA) is known color: Violet. HEX triplet: F3, 74 and EA. RGB value is (243,116,234). Sum of RGB (Red+Green+Blue) = 243+116+234=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 116 (45.70% from 255 or 19.56% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F374EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F374EA is #0C8B15. Grayscale: #A7A7A7. Windows color (decimal): -822038 or 15365363. OLE color: 15365363.
HSL color Cylindrical-coordinate representation of color #F374EA: hue angle of 304.25º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F374EA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 234 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.05 |
| HSL | 304.25º | 0.84% | 0.7% | - |
| HSV(B) | 304.25º | 0.52% | 0.95% | - |
| XYZ | 58.06 | 37.49 | 82.02 | - |
| YUV | 167.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 234 | 0 | 0.52 | 0.04 | 0.05 | 304.25 | 0.84 | 0.7 |
| Hex | F3 | 74 | EA | 0 | 34 | 4 | 5 | 130 | 54 | 46 |
| Octal | 363 | 164 | 352 | 0 | 64 | 4 | 5 | 460 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11101010 | 0 | 110100 | 100 | 101 | 100110000 | 1010100 | 1000110 |
Color Harmonies of #F374EA
Complementary color
Monochromatic Colors of #F374EA
Black with #F374EA
Text Example
Text Example
White with #F374EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374EA; }
p { color: rgb(243,116,234); }
H1.HeaderClassName
{
color: #F374EA;
}
.AnyTagClassName
{
color: #F374EA;
}
</style>
background-color css
<style>
a { background-color: #F374EA; }
a { background-color: rgb(243,116,234); }
div.DivClassName
{
background-color: #F374EA;
}
.BgClassName
{
background-color: #F374EA;
}
</style>
border-color css
<style>
span { border-color: #F374EA; }
span { border-color: rgb(243,116,234); }
td.TdClassName
{
border-color: #F374EA;
}
.TagClassName
{
border-color: #F374EA;
}
</style>