Shades of Violet #F498FF
Tints of Violet #F498FF
RGB
CMYK
RGB Variations
Color information
#F498FF (or 0xF498FF) is known color: Violet. HEX triplet: F4, 98 and FF. RGB value is (244,152,255). Sum of RGB (Red+Green+Blue) = 244+152+255=651 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.48% from 651); Green value is 152 (59.77% from 255 or 23.35% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #F498FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F498FF is #0B6700. Grayscale: #BEBEBE. Windows color (decimal): -747265 or 16750836. OLE color: 16750836.
HSL color Cylindrical-coordinate representation of color #F498FF: hue angle of 293.59º 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 #F498FF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 152 | 255 | - |
| CMYK | 0.04 | 0.40 | 0 | 0 |
| HSL | 293.59º | 1% | 0.8% | - |
| HSV(B) | 293.59º | 0.4% | 1% | - |
| XYZ | 66.59 | 48.91 | 100.54 | - |
| YUV | 191.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 255 | 0.04 | 0.40 | 0 | 0 | 293.59 | 1 | 0.8 |
| Hex | F4 | 98 | FF | 4 | 28 | 0 | 0 | 126 | 64 | 50 |
| Octal | 364 | 230 | 377 | 4 | 50 | 0 | 0 | 446 | 144 | 120 |
| Binary | 11110100 | 10011000 | 11111111 | 100 | 101000 | 0 | 0 | 100100110 | 1100100 | 1010000 |
Color Harmonies of #F498FF
Complementary color
Monochromatic Colors of #F498FF
Black with #F498FF
Text Example
Text Example
White with #F498FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498FF; }
p { color: rgb(244,152,255); }
H1.HeaderClassName
{
color: #F498FF;
}
.AnyTagClassName
{
color: #F498FF;
}
</style>
background-color css
<style>
a { background-color: #F498FF; }
a { background-color: rgb(244,152,255); }
div.DivClassName
{
background-color: #F498FF;
}
.BgClassName
{
background-color: #F498FF;
}
</style>
border-color css
<style>
span { border-color: #F498FF; }
span { border-color: rgb(244,152,255); }
td.TdClassName
{
border-color: #F498FF;
}
.TagClassName
{
border-color: #F498FF;
}
</style>