Shades of Violet #F085FE
Tints of Violet #F085FE
RGB
CMYK
RGB Variations
Color information
#F085FE (or 0xF085FE) is known color: Violet. HEX triplet: F0, 85 and FE. RGB value is (240,133,254). Sum of RGB (Red+Green+Blue) = 240+133+254=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 133 (52.34% from 255 or 21.21% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #F085FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085FE is #0F7A01. Grayscale: #B2B2B2. Windows color (decimal): -1014274 or 16680432. OLE color: 16680432.
HSL color Cylindrical-coordinate representation of color #F085FE: hue angle of 293.06º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F085FE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 133 | 254 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.00 |
| HSL | 293.06º | 0.98% | 0.76% | - |
| HSV(B) | 293.06º | 0.48% | 1% | - |
| XYZ | 62.21 | 42.46 | 98.68 | - |
| YUV | 178.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 254 | 0.06 | 0.48 | 0 | 0.00 | 293.06 | 0.98 | 0.76 |
| Hex | F0 | 85 | FE | 6 | 30 | 0 | 0 | 125 | 62 | 4C |
| Octal | 360 | 205 | 376 | 6 | 60 | 0 | 0 | 445 | 142 | 114 |
| Binary | 11110000 | 10000101 | 11111110 | 110 | 110000 | 0 | 0 | 100100101 | 1100010 | 1001100 |
Color Harmonies of #F085FE
Complementary color
Monochromatic Colors of #F085FE
Black with #F085FE
Text Example
Text Example
White with #F085FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085FE; }
p { color: rgb(240,133,254); }
H1.HeaderClassName
{
color: #F085FE;
}
.AnyTagClassName
{
color: #F085FE;
}
</style>
background-color css
<style>
a { background-color: #F085FE; }
a { background-color: rgb(240,133,254); }
div.DivClassName
{
background-color: #F085FE;
}
.BgClassName
{
background-color: #F085FE;
}
</style>
border-color css
<style>
span { border-color: #F085FE; }
span { border-color: rgb(240,133,254); }
td.TdClassName
{
border-color: #F085FE;
}
.TagClassName
{
border-color: #F085FE;
}
</style>