Shades of Violet #F07DF3
Tints of Violet #F07DF3
RGB
CMYK
RGB Variations
Color information
#F07DF3 (or 0xF07DF3) is known color: Violet. HEX triplet: F0, 7D and F3. RGB value is (240,125,243). Sum of RGB (Red+Green+Blue) = 240+125+243=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 125 (49.22% from 255 or 20.56% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #F07DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07DF3 is #0F820C. Grayscale: #ACACAC. Windows color (decimal): -1016333 or 15957488. OLE color: 15957488.
HSL color Cylindrical-coordinate representation of color #F07DF3: hue angle of 298.47º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07DF3 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 125 | 243 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.05 |
| HSL | 298.47º | 0.83% | 0.72% | - |
| HSV(B) | 298.47º | 0.49% | 0.95% | - |
| XYZ | 59.45 | 39.66 | 89.32 | - |
| YUV | 172.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 243 | 0.01 | 0.49 | 0 | 0.05 | 298.47 | 0.83 | 0.72 |
| Hex | F0 | 7D | F3 | 1 | 31 | 0 | 5 | 12A | 53 | 48 |
| Octal | 360 | 175 | 363 | 1 | 61 | 0 | 5 | 452 | 123 | 110 |
| Binary | 11110000 | 1111101 | 11110011 | 1 | 110001 | 0 | 101 | 100101010 | 1010011 | 1001000 |
Color Harmonies of #F07DF3
Complementary color
Monochromatic Colors of #F07DF3
Black with #F07DF3
Text Example
Text Example
White with #F07DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07DF3; }
p { color: rgb(240,125,243); }
H1.HeaderClassName
{
color: #F07DF3;
}
.AnyTagClassName
{
color: #F07DF3;
}
</style>
background-color css
<style>
a { background-color: #F07DF3; }
a { background-color: rgb(240,125,243); }
div.DivClassName
{
background-color: #F07DF3;
}
.BgClassName
{
background-color: #F07DF3;
}
</style>
border-color css
<style>
span { border-color: #F07DF3; }
span { border-color: rgb(240,125,243); }
td.TdClassName
{
border-color: #F07DF3;
}
.TagClassName
{
border-color: #F07DF3;
}
</style>