Shades of Violet #F379ED
Tints of Violet #F379ED
RGB
CMYK
RGB Variations
Color information
#F379ED (or 0xF379ED) is known color: Violet. HEX triplet: F3, 79 and ED. RGB value is (243,121,237). Sum of RGB (Red+Green+Blue) = 243+121+237=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 121 (47.66% from 255 or 20.13% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F379ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F379ED is #0C8612. Grayscale: #AAAAAA. Windows color (decimal): -820755 or 15563251. OLE color: 15563251.
HSL color Cylindrical-coordinate representation of color #F379ED: hue angle of 302.95º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F379ED is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 237 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.05 |
| HSL | 302.95º | 0.84% | 0.71% | - |
| HSV(B) | 302.95º | 0.5% | 0.95% | - |
| XYZ | 59.09 | 38.84 | 84.5 | - |
| YUV | 170.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 237 | 0 | 0.50 | 0.02 | 0.05 | 302.95 | 0.84 | 0.71 |
| Hex | F3 | 79 | ED | 0 | 32 | 2 | 5 | 12F | 54 | 47 |
| Octal | 363 | 171 | 355 | 0 | 62 | 2 | 5 | 457 | 124 | 107 |
| Binary | 11110011 | 1111001 | 11101101 | 0 | 110010 | 10 | 101 | 100101111 | 1010100 | 1000111 |
Color Harmonies of #F379ED
Complementary color
Monochromatic Colors of #F379ED
Black with #F379ED
Text Example
Text Example
White with #F379ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F379ED; }
p { color: rgb(243,121,237); }
H1.HeaderClassName
{
color: #F379ED;
}
.AnyTagClassName
{
color: #F379ED;
}
</style>
background-color css
<style>
a { background-color: #F379ED; }
a { background-color: rgb(243,121,237); }
div.DivClassName
{
background-color: #F379ED;
}
.BgClassName
{
background-color: #F379ED;
}
</style>
border-color css
<style>
span { border-color: #F379ED; }
span { border-color: rgb(243,121,237); }
td.TdClassName
{
border-color: #F379ED;
}
.TagClassName
{
border-color: #F379ED;
}
</style>