Shades of Violet #F07BEA
Tints of Violet #F07BEA
RGB
CMYK
RGB Variations
Color information
#F07BEA (or 0xF07BEA) is known color: Violet. HEX triplet: F0, 7B and EA. RGB value is (240,123,234). Sum of RGB (Red+Green+Blue) = 240+123+234=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07BEA is #0F8415. Grayscale: #AAAAAA. Windows color (decimal): -1016854 or 15367152. OLE color: 15367152.
HSL color Cylindrical-coordinate representation of color #F07BEA: hue angle of 303.08º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BEA is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 234 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.06 |
| HSL | 303.08º | 0.8% | 0.71% | - |
| HSV(B) | 303.08º | 0.49% | 0.94% | - |
| XYZ | 57.87 | 38.63 | 82.25 | - |
| YUV | 170.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 234 | 0 | 0.49 | 0.02 | 0.06 | 303.08 | 0.8 | 0.71 |
| Hex | F0 | 7B | EA | 0 | 31 | 2 | 6 | 12F | 50 | 47 |
| Octal | 360 | 173 | 352 | 0 | 61 | 2 | 6 | 457 | 120 | 107 |
| Binary | 11110000 | 1111011 | 11101010 | 0 | 110001 | 10 | 110 | 100101111 | 1010000 | 1000111 |
Color Harmonies of #F07BEA
Complementary color
Monochromatic Colors of #F07BEA
Black with #F07BEA
Text Example
Text Example
White with #F07BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BEA; }
p { color: rgb(240,123,234); }
H1.HeaderClassName
{
color: #F07BEA;
}
.AnyTagClassName
{
color: #F07BEA;
}
</style>
background-color css
<style>
a { background-color: #F07BEA; }
a { background-color: rgb(240,123,234); }
div.DivClassName
{
background-color: #F07BEA;
}
.BgClassName
{
background-color: #F07BEA;
}
</style>
border-color css
<style>
span { border-color: #F07BEA; }
span { border-color: rgb(240,123,234); }
td.TdClassName
{
border-color: #F07BEA;
}
.TagClassName
{
border-color: #F07BEA;
}
</style>