Shades of Violet #F378ED
Tints of Violet #F378ED
RGB
CMYK
RGB Variations
Color information
#F378ED (or 0xF378ED) is known color: Violet. HEX triplet: F3, 78 and ED. RGB value is (243,120,237). Sum of RGB (Red+Green+Blue) = 243+120+237=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 120 (47.27% from 255 or 20% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F378ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F378ED is #0C8712. Grayscale: #A9A9A9. Windows color (decimal): -821011 or 15562995. OLE color: 15562995.
HSL color Cylindrical-coordinate representation of color #F378ED: hue angle of 302.93º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F378ED is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 237 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.05 |
| HSL | 302.93º | 0.84% | 0.71% | - |
| HSV(B) | 302.93º | 0.51% | 0.95% | - |
| XYZ | 58.96 | 38.6 | 84.46 | - |
| YUV | 170.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 237 | 0 | 0.51 | 0.02 | 0.05 | 302.93 | 0.84 | 0.71 |
| Hex | F3 | 78 | ED | 0 | 33 | 2 | 5 | 12F | 54 | 47 |
| Octal | 363 | 170 | 355 | 0 | 63 | 2 | 5 | 457 | 124 | 107 |
| Binary | 11110011 | 1111000 | 11101101 | 0 | 110011 | 10 | 101 | 100101111 | 1010100 | 1000111 |
Color Harmonies of #F378ED
Complementary color
Monochromatic Colors of #F378ED
Black with #F378ED
Text Example
Text Example
White with #F378ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F378ED; }
p { color: rgb(243,120,237); }
H1.HeaderClassName
{
color: #F378ED;
}
.AnyTagClassName
{
color: #F378ED;
}
</style>
background-color css
<style>
a { background-color: #F378ED; }
a { background-color: rgb(243,120,237); }
div.DivClassName
{
background-color: #F378ED;
}
.BgClassName
{
background-color: #F378ED;
}
</style>
border-color css
<style>
span { border-color: #F378ED; }
span { border-color: rgb(243,120,237); }
td.TdClassName
{
border-color: #F378ED;
}
.TagClassName
{
border-color: #F378ED;
}
</style>