Shades of Violet #F07FEA
Tints of Violet #F07FEA
RGB
CMYK
RGB Variations
Color information
#F07FEA (or 0xF07FEA) is known color: Violet. HEX triplet: F0, 7F and EA. RGB value is (240,127,234). Sum of RGB (Red+Green+Blue) = 240+127+234=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FEA is #0F8015. Grayscale: #ACACAC. Windows color (decimal): -1015830 or 15368176. OLE color: 15368176.
HSL color Cylindrical-coordinate representation of color #F07FEA: hue angle of 303.19º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FEA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 234 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.06 |
| HSL | 303.19º | 0.79% | 0.72% | - |
| HSV(B) | 303.19º | 0.47% | 0.94% | - |
| XYZ | 58.38 | 39.64 | 82.42 | - |
| YUV | 172.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 234 | 0 | 0.47 | 0.02 | 0.06 | 303.19 | 0.79 | 0.72 |
| Hex | F0 | 7F | EA | 0 | 2F | 2 | 6 | 12F | 4F | 48 |
| Octal | 360 | 177 | 352 | 0 | 57 | 2 | 6 | 457 | 117 | 110 |
| Binary | 11110000 | 1111111 | 11101010 | 0 | 101111 | 10 | 110 | 100101111 | 1001111 | 1001000 |
Color Harmonies of #F07FEA
Complementary color
Monochromatic Colors of #F07FEA
Black with #F07FEA
Text Example
Text Example
White with #F07FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FEA; }
p { color: rgb(240,127,234); }
H1.HeaderClassName
{
color: #F07FEA;
}
.AnyTagClassName
{
color: #F07FEA;
}
</style>
background-color css
<style>
a { background-color: #F07FEA; }
a { background-color: rgb(240,127,234); }
div.DivClassName
{
background-color: #F07FEA;
}
.BgClassName
{
background-color: #F07FEA;
}
</style>
border-color css
<style>
span { border-color: #F07FEA; }
span { border-color: rgb(240,127,234); }
td.TdClassName
{
border-color: #F07FEA;
}
.TagClassName
{
border-color: #F07FEA;
}
</style>