Shades of Violet #F370ED
Tints of Violet #F370ED
RGB
CMYK
RGB Variations
Color information
#F370ED (or 0xF370ED) is known color: Violet. HEX triplet: F3, 70 and ED. RGB value is (243,112,237). Sum of RGB (Red+Green+Blue) = 243+112+237=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 112 (44.14% from 255 or 18.92% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F370ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370ED is #0C8F12. Grayscale: #A5A5A5. Windows color (decimal): -823059 or 15560947. OLE color: 15560947.
HSL color Cylindrical-coordinate representation of color #F370ED: hue angle of 302.75º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370ED is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 237 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.05 |
| HSL | 302.75º | 0.85% | 0.7% | - |
| HSV(B) | 302.75º | 0.54% | 0.95% | - |
| XYZ | 58.04 | 36.76 | 84.16 | - |
| YUV | 165.42 | 168.4 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 237 | 0 | 0.54 | 0.02 | 0.05 | 302.75 | 0.85 | 0.7 |
| Hex | F3 | 70 | ED | 0 | 36 | 2 | 5 | 12F | 55 | 46 |
| Octal | 363 | 160 | 355 | 0 | 66 | 2 | 5 | 457 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11101101 | 0 | 110110 | 10 | 101 | 100101111 | 1010101 | 1000110 |
Color Harmonies of #F370ED
Complementary color
Monochromatic Colors of #F370ED
Black with #F370ED
Text Example
Text Example
White with #F370ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370ED; }
p { color: rgb(243,112,237); }
H1.HeaderClassName
{
color: #F370ED;
}
.AnyTagClassName
{
color: #F370ED;
}
</style>
background-color css
<style>
a { background-color: #F370ED; }
a { background-color: rgb(243,112,237); }
div.DivClassName
{
background-color: #F370ED;
}
.BgClassName
{
background-color: #F370ED;
}
</style>
border-color css
<style>
span { border-color: #F370ED; }
span { border-color: rgb(243,112,237); }
td.TdClassName
{
border-color: #F370ED;
}
.TagClassName
{
border-color: #F370ED;
}
</style>