Shades of Violet #F998F4
Tints of Violet #F998F4
RGB
CMYK
RGB Variations
Color information
#F998F4 (or 0xF998F4) is known color: Violet. HEX triplet: F9, 98 and F4. RGB value is (249,152,244). Sum of RGB (Red+Green+Blue) = 249+152+244=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 152 (59.77% from 255 or 23.57% from 645); Blue value is 244 (95.70% from 255 or 37.83% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F998F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F998F4 is #06670B. Grayscale: #BFBFBF. Windows color (decimal): -419596 or 16029945. OLE color: 16029945.
HSL color Cylindrical-coordinate representation of color #F998F4: hue angle of 303.09º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998F4 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 244 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.02 |
| HSL | 303.09º | 0.89% | 0.79% | - |
| HSV(B) | 303.09º | 0.39% | 0.98% | - |
| XYZ | 66.62 | 49.13 | 91.56 | - |
| YUV | 191.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 244 | 0 | 0.39 | 0.02 | 0.02 | 303.09 | 0.89 | 0.79 |
| Hex | F9 | 98 | F4 | 0 | 27 | 2 | 2 | 12F | 59 | 4F |
| Octal | 371 | 230 | 364 | 0 | 47 | 2 | 2 | 457 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11110100 | 0 | 100111 | 10 | 10 | 100101111 | 1011001 | 1001111 |
Color Harmonies of #F998F4
Complementary color
Monochromatic Colors of #F998F4
Black with #F998F4
Text Example
Text Example
White with #F998F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998F4; }
p { color: rgb(249,152,244); }
H1.HeaderClassName
{
color: #F998F4;
}
.AnyTagClassName
{
color: #F998F4;
}
</style>
background-color css
<style>
a { background-color: #F998F4; }
a { background-color: rgb(249,152,244); }
div.DivClassName
{
background-color: #F998F4;
}
.BgClassName
{
background-color: #F998F4;
}
</style>
border-color css
<style>
span { border-color: #F998F4; }
span { border-color: rgb(249,152,244); }
td.TdClassName
{
border-color: #F998F4;
}
.TagClassName
{
border-color: #F998F4;
}
</style>