Shades of Violet #F075F1
Tints of Violet #F075F1
RGB
CMYK
RGB Variations
Color information
#F075F1 (or 0xF075F1) is known color: Violet. HEX triplet: F0, 75 and F1. RGB value is (240,117,241). Sum of RGB (Red+Green+Blue) = 240+117+241=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 117 (46.09% from 255 or 19.57% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #F075F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F075F1 is #0F8A0E. Grayscale: #A7A7A7. Windows color (decimal): -1018383 or 15824368. OLE color: 15824368.
HSL color Cylindrical-coordinate representation of color #F075F1: hue angle of 299.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075F1 is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 117 | 241 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.05 |
| HSL | 299.52º | 0.82% | 0.7% | - |
| HSV(B) | 299.52º | 0.51% | 0.95% | - |
| XYZ | 58.17 | 37.6 | 87.41 | - |
| YUV | 167.91 | 169.25 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 241 | 0.00 | 0.51 | 0 | 0.05 | 299.52 | 0.82 | 0.7 |
| Hex | F0 | 75 | F1 | 0 | 33 | 0 | 5 | 12C | 52 | 46 |
| Octal | 360 | 165 | 361 | 0 | 63 | 0 | 5 | 454 | 122 | 106 |
| Binary | 11110000 | 1110101 | 11110001 | 0 | 110011 | 0 | 101 | 100101100 | 1010010 | 1000110 |
Color Harmonies of #F075F1
Complementary color
Monochromatic Colors of #F075F1
Black with #F075F1
Text Example
Text Example
White with #F075F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F075F1; }
p { color: rgb(240,117,241); }
H1.HeaderClassName
{
color: #F075F1;
}
.AnyTagClassName
{
color: #F075F1;
}
</style>
background-color css
<style>
a { background-color: #F075F1; }
a { background-color: rgb(240,117,241); }
div.DivClassName
{
background-color: #F075F1;
}
.BgClassName
{
background-color: #F075F1;
}
</style>
border-color css
<style>
span { border-color: #F075F1; }
span { border-color: rgb(240,117,241); }
td.TdClassName
{
border-color: #F075F1;
}
.TagClassName
{
border-color: #F075F1;
}
</style>