Shades of Violet #F070E4
Tints of Violet #F070E4
RGB
CMYK
RGB Variations
Color information
#F070E4 (or 0xF070E4) is known color: Violet. HEX triplet: F0, 70 and E4. RGB value is (240,112,228). Sum of RGB (Red+Green+Blue) = 240+112+228=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F070E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070E4 is #0F8F1B. Grayscale: #A3A3A3. Windows color (decimal): -1019676 or 14971120. OLE color: 14971120.
HSL color Cylindrical-coordinate representation of color #F070E4: hue angle of 305.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070E4 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 228 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.06 |
| HSL | 305.63º | 0.81% | 0.69% | - |
| HSV(B) | 305.63º | 0.53% | 0.94% | - |
| XYZ | 55.73 | 35.72 | 77.36 | - |
| YUV | 163.5 | 164.41 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 228 | 0 | 0.53 | 0.05 | 0.06 | 305.63 | 0.81 | 0.69 |
| Hex | F0 | 70 | E4 | 0 | 35 | 5 | 6 | 132 | 51 | 45 |
| Octal | 360 | 160 | 344 | 0 | 65 | 5 | 6 | 462 | 121 | 105 |
| Binary | 11110000 | 1110000 | 11100100 | 0 | 110101 | 101 | 110 | 100110010 | 1010001 | 1000101 |
Color Harmonies of #F070E4
Complementary color
Monochromatic Colors of #F070E4
Black with #F070E4
Text Example
Text Example
White with #F070E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070E4; }
p { color: rgb(240,112,228); }
H1.HeaderClassName
{
color: #F070E4;
}
.AnyTagClassName
{
color: #F070E4;
}
</style>
background-color css
<style>
a { background-color: #F070E4; }
a { background-color: rgb(240,112,228); }
div.DivClassName
{
background-color: #F070E4;
}
.BgClassName
{
background-color: #F070E4;
}
</style>
border-color css
<style>
span { border-color: #F070E4; }
span { border-color: rgb(240,112,228); }
td.TdClassName
{
border-color: #F070E4;
}
.TagClassName
{
border-color: #F070E4;
}
</style>