Shades of Violet #F087FE
Tints of Violet #F087FE
RGB
CMYK
RGB Variations
Color information
#F087FE (or 0xF087FE) is known color: Violet. HEX triplet: F0, 87 and FE. RGB value is (240,135,254). Sum of RGB (Red+Green+Blue) = 240+135+254=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 135 (53.12% from 255 or 21.46% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #F087FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087FE is #0F7801. Grayscale: #B3B3B3. Windows color (decimal): -1013762 or 16680944. OLE color: 16680944.
HSL color Cylindrical-coordinate representation of color #F087FE: hue angle of 292.94º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F087FE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 135 | 254 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.00 |
| HSL | 292.94º | 0.98% | 0.76% | - |
| HSV(B) | 292.94º | 0.47% | 1% | - |
| XYZ | 62.49 | 43.01 | 98.77 | - |
| YUV | 179.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 254 | 0.06 | 0.47 | 0 | 0.00 | 292.94 | 0.98 | 0.76 |
| Hex | F0 | 87 | FE | 6 | 2F | 0 | 0 | 125 | 62 | 4C |
| Octal | 360 | 207 | 376 | 6 | 57 | 0 | 0 | 445 | 142 | 114 |
| Binary | 11110000 | 10000111 | 11111110 | 110 | 101111 | 0 | 0 | 100100101 | 1100010 | 1001100 |
Color Harmonies of #F087FE
Complementary color
Monochromatic Colors of #F087FE
Black with #F087FE
Text Example
Text Example
White with #F087FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087FE; }
p { color: rgb(240,135,254); }
H1.HeaderClassName
{
color: #F087FE;
}
.AnyTagClassName
{
color: #F087FE;
}
</style>
background-color css
<style>
a { background-color: #F087FE; }
a { background-color: rgb(240,135,254); }
div.DivClassName
{
background-color: #F087FE;
}
.BgClassName
{
background-color: #F087FE;
}
</style>
border-color css
<style>
span { border-color: #F087FE; }
span { border-color: rgb(240,135,254); }
td.TdClassName
{
border-color: #F087FE;
}
.TagClassName
{
border-color: #F087FE;
}
</style>