Shades of Violet #F098FF
Tints of Violet #F098FF
RGB
CMYK
RGB Variations
Color information
#F098FF (or 0xF098FF) is known color: Violet. HEX triplet: F0, 98 and FF. RGB value is (240,152,255). Sum of RGB (Red+Green+Blue) = 240+152+255=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 152 (59.77% from 255 or 23.49% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #F098FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F098FF is #0F6700. Grayscale: #BDBDBD. Windows color (decimal): -1009409 or 16750832. OLE color: 16750832.
HSL color Cylindrical-coordinate representation of color #F098FF: hue angle of 291.26º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F098FF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 152 | 255 | - |
| CMYK | 0.06 | 0.40 | 0 | 0 |
| HSL | 291.26º | 1% | 0.8% | - |
| HSV(B) | 291.26º | 0.4% | 1% | - |
| XYZ | 65.21 | 48.2 | 100.47 | - |
| YUV | 190.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 255 | 0.06 | 0.40 | 0 | 0 | 291.26 | 1 | 0.8 |
| Hex | F0 | 98 | FF | 6 | 28 | 0 | 0 | 123 | 64 | 50 |
| Octal | 360 | 230 | 377 | 6 | 50 | 0 | 0 | 443 | 144 | 120 |
| Binary | 11110000 | 10011000 | 11111111 | 110 | 101000 | 0 | 0 | 100100011 | 1100100 | 1010000 |
Color Harmonies of #F098FF
Complementary color
Monochromatic Colors of #F098FF
Black with #F098FF
Text Example
Text Example
White with #F098FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098FF; }
p { color: rgb(240,152,255); }
H1.HeaderClassName
{
color: #F098FF;
}
.AnyTagClassName
{
color: #F098FF;
}
</style>
background-color css
<style>
a { background-color: #F098FF; }
a { background-color: rgb(240,152,255); }
div.DivClassName
{
background-color: #F098FF;
}
.BgClassName
{
background-color: #F098FF;
}
</style>
border-color css
<style>
span { border-color: #F098FF; }
span { border-color: rgb(240,152,255); }
td.TdClassName
{
border-color: #F098FF;
}
.TagClassName
{
border-color: #F098FF;
}
</style>