Shades of Violet #F098F2
Tints of Violet #F098F2
RGB
CMYK
RGB Variations
Color information
#F098F2 (or 0xF098F2) is known color: Violet. HEX triplet: F0, 98 and F2. RGB value is (240,152,242). Sum of RGB (Red+Green+Blue) = 240+152+242=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 152 (59.77% from 255 or 23.97% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #F098F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F098F2 is #0F670D. Grayscale: #BCBCBC. Windows color (decimal): -1009422 or 15898864. OLE color: 15898864.
HSL color Cylindrical-coordinate representation of color #F098F2: hue angle of 298.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F098F2 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 152 | 242 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.05 |
| HSL | 298.67º | 0.78% | 0.77% | - |
| HSV(B) | 298.67º | 0.37% | 0.95% | - |
| XYZ | 63.19 | 47.39 | 89.82 | - |
| YUV | 188.57 | 158.15 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 242 | 0.01 | 0.37 | 0 | 0.05 | 298.67 | 0.78 | 0.77 |
| Hex | F0 | 98 | F2 | 1 | 25 | 0 | 5 | 12B | 4E | 4D |
| Octal | 360 | 230 | 362 | 1 | 45 | 0 | 5 | 453 | 116 | 115 |
| Binary | 11110000 | 10011000 | 11110010 | 1 | 100101 | 0 | 101 | 100101011 | 1001110 | 1001101 |
Color Harmonies of #F098F2
Complementary color
Monochromatic Colors of #F098F2
Black with #F098F2
Text Example
Text Example
White with #F098F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098F2; }
p { color: rgb(240,152,242); }
H1.HeaderClassName
{
color: #F098F2;
}
.AnyTagClassName
{
color: #F098F2;
}
</style>
background-color css
<style>
a { background-color: #F098F2; }
a { background-color: rgb(240,152,242); }
div.DivClassName
{
background-color: #F098F2;
}
.BgClassName
{
background-color: #F098F2;
}
</style>
border-color css
<style>
span { border-color: #F098F2; }
span { border-color: rgb(240,152,242); }
td.TdClassName
{
border-color: #F098F2;
}
.TagClassName
{
border-color: #F098F2;
}
</style>