Shades of Violet #F088F1
Tints of Violet #F088F1
RGB
CMYK
RGB Variations
Color information
#F088F1 (or 0xF088F1) is known color: Violet. HEX triplet: F0, 88 and F1. RGB value is (240,136,241). Sum of RGB (Red+Green+Blue) = 240+136+241=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 136 (53.52% from 255 or 22.04% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #F088F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F088F1 is #0F770E. Grayscale: #B2B2B2. Windows color (decimal): -1013519 or 15829232. OLE color: 15829232.
HSL color Cylindrical-coordinate representation of color #F088F1: hue angle of 299.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F088F1 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 136 | 241 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.05 |
| HSL | 299.43º | 0.79% | 0.74% | - |
| HSV(B) | 299.43º | 0.44% | 0.95% | - |
| XYZ | 60.62 | 42.48 | 88.22 | - |
| YUV | 179.07 | 162.96 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 241 | 0.00 | 0.44 | 0 | 0.05 | 299.43 | 0.79 | 0.74 |
| Hex | F0 | 88 | F1 | 0 | 2C | 0 | 5 | 12B | 4F | 4A |
| Octal | 360 | 210 | 361 | 0 | 54 | 0 | 5 | 453 | 117 | 112 |
| Binary | 11110000 | 10001000 | 11110001 | 0 | 101100 | 0 | 101 | 100101011 | 1001111 | 1001010 |
Color Harmonies of #F088F1
Complementary color
Monochromatic Colors of #F088F1
Black with #F088F1
Text Example
Text Example
White with #F088F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088F1; }
p { color: rgb(240,136,241); }
H1.HeaderClassName
{
color: #F088F1;
}
.AnyTagClassName
{
color: #F088F1;
}
</style>
background-color css
<style>
a { background-color: #F088F1; }
a { background-color: rgb(240,136,241); }
div.DivClassName
{
background-color: #F088F1;
}
.BgClassName
{
background-color: #F088F1;
}
</style>
border-color css
<style>
span { border-color: #F088F1; }
span { border-color: rgb(240,136,241); }
td.TdClassName
{
border-color: #F088F1;
}
.TagClassName
{
border-color: #F088F1;
}
</style>