Shades of Violet #F081FF
Tints of Violet #F081FF
RGB
CMYK
RGB Variations
Color information
#F081FF (or 0xF081FF) is known color: Violet. HEX triplet: F0, 81 and FF. RGB value is (240,129,255). Sum of RGB (Red+Green+Blue) = 240+129+255=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 129 (50.78% from 255 or 20.67% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #F081FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081FF is #0F7E00. Grayscale: #B0B0B0. Windows color (decimal): -1015297 or 16744944. OLE color: 16744944.
HSL color Cylindrical-coordinate representation of color #F081FF: hue angle of 292.86º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F081FF is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 129 | 255 | - |
| CMYK | 0.06 | 0.49 | 0 | 0 |
| HSL | 292.86º | 1% | 0.75% | - |
| HSV(B) | 292.86º | 0.49% | 1% | - |
| XYZ | 61.84 | 41.45 | 99.35 | - |
| YUV | 176.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 255 | 0.06 | 0.49 | 0 | 0 | 292.86 | 1 | 0.75 |
| Hex | F0 | 81 | FF | 6 | 31 | 0 | 0 | 125 | 64 | 4B |
| Octal | 360 | 201 | 377 | 6 | 61 | 0 | 0 | 445 | 144 | 113 |
| Binary | 11110000 | 10000001 | 11111111 | 110 | 110001 | 0 | 0 | 100100101 | 1100100 | 1001011 |
Color Harmonies of #F081FF
Complementary color
Monochromatic Colors of #F081FF
Black with #F081FF
Text Example
Text Example
White with #F081FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081FF; }
p { color: rgb(240,129,255); }
H1.HeaderClassName
{
color: #F081FF;
}
.AnyTagClassName
{
color: #F081FF;
}
</style>
background-color css
<style>
a { background-color: #F081FF; }
a { background-color: rgb(240,129,255); }
div.DivClassName
{
background-color: #F081FF;
}
.BgClassName
{
background-color: #F081FF;
}
</style>
border-color css
<style>
span { border-color: #F081FF; }
span { border-color: rgb(240,129,255); }
td.TdClassName
{
border-color: #F081FF;
}
.TagClassName
{
border-color: #F081FF;
}
</style>