Shades of Violet #F375EA
Tints of Violet #F375EA
RGB
CMYK
RGB Variations
Color information
#F375EA (or 0xF375EA) is known color: Violet. HEX triplet: F3, 75 and EA. RGB value is (243,117,234). Sum of RGB (Red+Green+Blue) = 243+117+234=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 117 (46.09% from 255 or 19.70% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F375EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F375EA is #0C8A15. Grayscale: #A7A7A7. Windows color (decimal): -821782 or 15365619. OLE color: 15365619.
HSL color Cylindrical-coordinate representation of color #F375EA: hue angle of 304.29º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375EA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 234 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.05 |
| HSL | 304.29º | 0.84% | 0.71% | - |
| HSV(B) | 304.29º | 0.52% | 0.95% | - |
| XYZ | 58.17 | 37.72 | 82.06 | - |
| YUV | 168.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 234 | 0 | 0.52 | 0.04 | 0.05 | 304.29 | 0.84 | 0.71 |
| Hex | F3 | 75 | EA | 0 | 34 | 4 | 5 | 130 | 54 | 47 |
| Octal | 363 | 165 | 352 | 0 | 64 | 4 | 5 | 460 | 124 | 107 |
| Binary | 11110011 | 1110101 | 11101010 | 0 | 110100 | 100 | 101 | 100110000 | 1010100 | 1000111 |
Color Harmonies of #F375EA
Complementary color
Monochromatic Colors of #F375EA
Black with #F375EA
Text Example
Text Example
White with #F375EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375EA; }
p { color: rgb(243,117,234); }
H1.HeaderClassName
{
color: #F375EA;
}
.AnyTagClassName
{
color: #F375EA;
}
</style>
background-color css
<style>
a { background-color: #F375EA; }
a { background-color: rgb(243,117,234); }
div.DivClassName
{
background-color: #F375EA;
}
.BgClassName
{
background-color: #F375EA;
}
</style>
border-color css
<style>
span { border-color: #F375EA; }
span { border-color: rgb(243,117,234); }
td.TdClassName
{
border-color: #F375EA;
}
.TagClassName
{
border-color: #F375EA;
}
</style>