Shades of Violet #F074EB
Tints of Violet #F074EB
RGB
CMYK
RGB Variations
Color information
#F074EB (or 0xF074EB) is known color: Violet. HEX triplet: F0, 74 and EB. RGB value is (240,116,235). Sum of RGB (Red+Green+Blue) = 240+116+235=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 116 (45.70% from 255 or 19.63% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F074EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F074EB is #0F8B14. Grayscale: #A6A6A6. Windows color (decimal): -1018645 or 15430896. OLE color: 15430896.
HSL color Cylindrical-coordinate representation of color #F074EB: hue angle of 302.42º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074EB is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 235 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.06 |
| HSL | 302.42º | 0.81% | 0.7% | - |
| HSV(B) | 302.42º | 0.52% | 0.94% | - |
| XYZ | 57.18 | 37.01 | 82.73 | - |
| YUV | 166.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 235 | 0 | 0.52 | 0.02 | 0.06 | 302.42 | 0.81 | 0.7 |
| Hex | F0 | 74 | EB | 0 | 34 | 2 | 6 | 12E | 51 | 46 |
| Octal | 360 | 164 | 353 | 0 | 64 | 2 | 6 | 456 | 121 | 106 |
| Binary | 11110000 | 1110100 | 11101011 | 0 | 110100 | 10 | 110 | 100101110 | 1010001 | 1000110 |
Color Harmonies of #F074EB
Complementary color
Monochromatic Colors of #F074EB
Black with #F074EB
Text Example
Text Example
White with #F074EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F074EB; }
p { color: rgb(240,116,235); }
H1.HeaderClassName
{
color: #F074EB;
}
.AnyTagClassName
{
color: #F074EB;
}
</style>
background-color css
<style>
a { background-color: #F074EB; }
a { background-color: rgb(240,116,235); }
div.DivClassName
{
background-color: #F074EB;
}
.BgClassName
{
background-color: #F074EB;
}
</style>
border-color css
<style>
span { border-color: #F074EB; }
span { border-color: rgb(240,116,235); }
td.TdClassName
{
border-color: #F074EB;
}
.TagClassName
{
border-color: #F074EB;
}
</style>