Shades of Violet #F088F0
Tints of Violet #F088F0
RGB
CMYK
RGB Variations
Color information
#F088F0 (or 0xF088F0) is known color: Violet. HEX triplet: F0, 88 and F0. RGB value is (240,136,240). Sum of RGB (Red+Green+Blue) = 240+136+240=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 136 (53.52% from 255 or 22.08% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F088F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F088F0 is #0F770F. Grayscale: #B2B2B2. Windows color (decimal): -1013520 or 15763696. OLE color: 15763696.
HSL color Cylindrical-coordinate representation of color #F088F0: hue angle of 300º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F088F0 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 240 | - |
| CMYK | 0 | 0.43 | 0 | 0.06 |
| HSL | 300º | 0.78% | 0.74% | - |
| HSV(B) | 300º | 0.43% | 0.94% | - |
| XYZ | 60.47 | 42.42 | 87.44 | - |
| YUV | 178.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 240 | 0 | 0.43 | 0 | 0.06 | 300 | 0.78 | 0.74 |
| Hex | F0 | 88 | F0 | 0 | 2B | 0 | 6 | 12C | 4E | 4A |
| Octal | 360 | 210 | 360 | 0 | 53 | 0 | 6 | 454 | 116 | 112 |
| Binary | 11110000 | 10001000 | 11110000 | 0 | 101011 | 0 | 110 | 100101100 | 1001110 | 1001010 |
Color Harmonies of #F088F0
Complementary color
Monochromatic Colors of #F088F0
Black with #F088F0
Text Example
Text Example
White with #F088F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088F0; }
p { color: rgb(240,136,240); }
H1.HeaderClassName
{
color: #F088F0;
}
.AnyTagClassName
{
color: #F088F0;
}
</style>
background-color css
<style>
a { background-color: #F088F0; }
a { background-color: rgb(240,136,240); }
div.DivClassName
{
background-color: #F088F0;
}
.BgClassName
{
background-color: #F088F0;
}
</style>
border-color css
<style>
span { border-color: #F088F0; }
span { border-color: rgb(240,136,240); }
td.TdClassName
{
border-color: #F088F0;
}
.TagClassName
{
border-color: #F088F0;
}
</style>