Shades of Violet #F081F3
Tints of Violet #F081F3
RGB
CMYK
RGB Variations
Color information
#F081F3 (or 0xF081F3) is known color: Violet. HEX triplet: F0, 81 and F3. RGB value is (240,129,243). Sum of RGB (Red+Green+Blue) = 240+129+243=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 129 (50.78% from 255 or 21.08% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #F081F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081F3 is #0F7E0C. Grayscale: #AEAEAE. Windows color (decimal): -1015309 or 15958512. OLE color: 15958512.
HSL color Cylindrical-coordinate representation of color #F081F3: hue angle of 298.42º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F081F3 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 129 | 243 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.05 |
| HSL | 298.42º | 0.83% | 0.73% | - |
| HSV(B) | 298.42º | 0.47% | 0.95% | - |
| XYZ | 59.96 | 40.7 | 89.49 | - |
| YUV | 175.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 243 | 0.01 | 0.47 | 0 | 0.05 | 298.42 | 0.83 | 0.73 |
| Hex | F0 | 81 | F3 | 1 | 2F | 0 | 5 | 12A | 53 | 49 |
| Octal | 360 | 201 | 363 | 1 | 57 | 0 | 5 | 452 | 123 | 111 |
| Binary | 11110000 | 10000001 | 11110011 | 1 | 101111 | 0 | 101 | 100101010 | 1010011 | 1001001 |
Color Harmonies of #F081F3
Complementary color
Monochromatic Colors of #F081F3
Black with #F081F3
Text Example
Text Example
White with #F081F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081F3; }
p { color: rgb(240,129,243); }
H1.HeaderClassName
{
color: #F081F3;
}
.AnyTagClassName
{
color: #F081F3;
}
</style>
background-color css
<style>
a { background-color: #F081F3; }
a { background-color: rgb(240,129,243); }
div.DivClassName
{
background-color: #F081F3;
}
.BgClassName
{
background-color: #F081F3;
}
</style>
border-color css
<style>
span { border-color: #F081F3; }
span { border-color: rgb(240,129,243); }
td.TdClassName
{
border-color: #F081F3;
}
.TagClassName
{
border-color: #F081F3;
}
</style>