Shades of Violet #F084F1
Tints of Violet #F084F1
RGB
CMYK
RGB Variations
Color information
#F084F1 (or 0xF084F1) is known color: Violet. HEX triplet: F0, 84 and F1. RGB value is (240,132,241). Sum of RGB (Red+Green+Blue) = 240+132+241=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 132 (51.95% from 255 or 21.53% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #F084F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F084F1 is #0F7B0E. Grayscale: #B0B0B0. Windows color (decimal): -1014543 or 15828208. OLE color: 15828208.
HSL color Cylindrical-coordinate representation of color #F084F1: hue angle of 299.45º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F084F1 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 132 | 241 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.05 |
| HSL | 299.45º | 0.8% | 0.73% | - |
| HSV(B) | 299.45º | 0.45% | 0.95% | - |
| XYZ | 60.06 | 41.38 | 88.04 | - |
| YUV | 176.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 241 | 0.00 | 0.45 | 0 | 0.05 | 299.45 | 0.8 | 0.73 |
| Hex | F0 | 84 | F1 | 0 | 2D | 0 | 5 | 12B | 50 | 49 |
| Octal | 360 | 204 | 361 | 0 | 55 | 0 | 5 | 453 | 120 | 111 |
| Binary | 11110000 | 10000100 | 11110001 | 0 | 101101 | 0 | 101 | 100101011 | 1010000 | 1001001 |
Color Harmonies of #F084F1
Complementary color
Monochromatic Colors of #F084F1
Black with #F084F1
Text Example
Text Example
White with #F084F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084F1; }
p { color: rgb(240,132,241); }
H1.HeaderClassName
{
color: #F084F1;
}
.AnyTagClassName
{
color: #F084F1;
}
</style>
background-color css
<style>
a { background-color: #F084F1; }
a { background-color: rgb(240,132,241); }
div.DivClassName
{
background-color: #F084F1;
}
.BgClassName
{
background-color: #F084F1;
}
</style>
border-color css
<style>
span { border-color: #F084F1; }
span { border-color: rgb(240,132,241); }
td.TdClassName
{
border-color: #F084F1;
}
.TagClassName
{
border-color: #F084F1;
}
</style>