Shades of Violet #F088FE
Tints of Violet #F088FE
RGB
CMYK
RGB Variations
Color information
#F088FE (or 0xF088FE) is known color: Violet. HEX triplet: F0, 88 and FE. RGB value is (240,136,254). Sum of RGB (Red+Green+Blue) = 240+136+254=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 136 (53.52% from 255 or 21.59% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #F088FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F088FE is #0F7701. Grayscale: #B4B4B4. Windows color (decimal): -1013506 or 16681200. OLE color: 16681200.
HSL color Cylindrical-coordinate representation of color #F088FE: hue angle of 292.88º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F088FE is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 136 | 254 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.00 |
| HSL | 292.88º | 0.98% | 0.76% | - |
| HSV(B) | 292.88º | 0.46% | 1% | - |
| XYZ | 62.63 | 43.29 | 98.82 | - |
| YUV | 180.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 254 | 0.06 | 0.46 | 0 | 0.00 | 292.88 | 0.98 | 0.76 |
| Hex | F0 | 88 | FE | 6 | 2E | 0 | 0 | 125 | 62 | 4C |
| Octal | 360 | 210 | 376 | 6 | 56 | 0 | 0 | 445 | 142 | 114 |
| Binary | 11110000 | 10001000 | 11111110 | 110 | 101110 | 0 | 0 | 100100101 | 1100010 | 1001100 |
Color Harmonies of #F088FE
Complementary color
Monochromatic Colors of #F088FE
Black with #F088FE
Text Example
Text Example
White with #F088FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088FE; }
p { color: rgb(240,136,254); }
H1.HeaderClassName
{
color: #F088FE;
}
.AnyTagClassName
{
color: #F088FE;
}
</style>
background-color css
<style>
a { background-color: #F088FE; }
a { background-color: rgb(240,136,254); }
div.DivClassName
{
background-color: #F088FE;
}
.BgClassName
{
background-color: #F088FE;
}
</style>
border-color css
<style>
span { border-color: #F088FE; }
span { border-color: rgb(240,136,254); }
td.TdClassName
{
border-color: #F088FE;
}
.TagClassName
{
border-color: #F088FE;
}
</style>