Shades of Violet #F07BE9
Tints of Violet #F07BE9
RGB
CMYK
RGB Variations
Color information
#F07BE9 (or 0xF07BE9) is known color: Violet. HEX triplet: F0, 7B and E9. RGB value is (240,123,233). Sum of RGB (Red+Green+Blue) = 240+123+233=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07BE9 is #0F8416. Grayscale: #AAAAAA. Windows color (decimal): -1016855 or 15301616. OLE color: 15301616.
HSL color Cylindrical-coordinate representation of color #F07BE9: hue angle of 303.59º 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 #F07BE9 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 233 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.06 |
| HSL | 303.59º | 0.8% | 0.71% | - |
| HSV(B) | 303.59º | 0.49% | 0.94% | - |
| XYZ | 57.73 | 38.57 | 81.49 | - |
| YUV | 170.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 233 | 0 | 0.49 | 0.03 | 0.06 | 303.59 | 0.8 | 0.71 |
| Hex | F0 | 7B | E9 | 0 | 31 | 3 | 6 | 130 | 50 | 47 |
| Octal | 360 | 173 | 351 | 0 | 61 | 3 | 6 | 460 | 120 | 107 |
| Binary | 11110000 | 1111011 | 11101001 | 0 | 110001 | 11 | 110 | 100110000 | 1010000 | 1000111 |
Color Harmonies of #F07BE9
Complementary color
Monochromatic Colors of #F07BE9
Black with #F07BE9
Text Example
Text Example
White with #F07BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BE9; }
p { color: rgb(240,123,233); }
H1.HeaderClassName
{
color: #F07BE9;
}
.AnyTagClassName
{
color: #F07BE9;
}
</style>
background-color css
<style>
a { background-color: #F07BE9; }
a { background-color: rgb(240,123,233); }
div.DivClassName
{
background-color: #F07BE9;
}
.BgClassName
{
background-color: #F07BE9;
}
</style>
border-color css
<style>
span { border-color: #F07BE9; }
span { border-color: rgb(240,123,233); }
td.TdClassName
{
border-color: #F07BE9;
}
.TagClassName
{
border-color: #F07BE9;
}
</style>