Shades of Violet #F07DF0
Tints of Violet #F07DF0
RGB
CMYK
RGB Variations
Color information
#F07DF0 (or 0xF07DF0) is known color: Violet. HEX triplet: F0, 7D and F0. RGB value is (240,125,240). Sum of RGB (Red+Green+Blue) = 240+125+240=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 125 (49.22% from 255 or 20.66% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F07DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07DF0 is #0F820F. Grayscale: #ACACAC. Windows color (decimal): -1016336 or 15760880. OLE color: 15760880.
HSL color Cylindrical-coordinate representation of color #F07DF0: hue angle of 300º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07DF0 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 125 | 240 | - |
CMYK | 0 | 0.48 | 0 | 0.06 |
HSL | 300º | 0.79% | 0.72% | - |
HSV(B) | 300º | 0.48% | 0.94% | - |
XYZ | 59 | 39.48 | 86.95 | - |
YUV | 172.5 | 166.1 | 176.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 125 | 240 | 0 | 0.48 | 0 | 0.06 | 300 | 0.79 | 0.72 |
Hex | F0 | 7D | F0 | 0 | 30 | 0 | 6 | 12C | 4F | 48 |
Octal | 360 | 175 | 360 | 0 | 60 | 0 | 6 | 454 | 117 | 110 |
Binary | 11110000 | 1111101 | 11110000 | 0 | 110000 | 0 | 110 | 100101100 | 1001111 | 1001000 |
Color Harmonies of #F07DF0
Complementary color
Monochromatic Colors of #F07DF0
Black with #F07DF0
Text Example
Text Example
White with #F07DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07DF0; }
p { color: rgb(240,125,240); }
H1.HeaderClassName
{
color: #F07DF0;
}
.AnyTagClassName
{
color: #F07DF0;
}
</style>
background-color css
<style>
a { background-color: #F07DF0; }
a { background-color: rgb(240,125,240); }
div.DivClassName
{
background-color: #F07DF0;
}
.BgClassName
{
background-color: #F07DF0;
}
</style>
border-color css
<style>
span { border-color: #F07DF0; }
span { border-color: rgb(240,125,240); }
td.TdClassName
{
border-color: #F07DF0;
}
.TagClassName
{
border-color: #F07DF0;
}
</style>