Shades of Violet #F98CF7
Tints of Violet #F98CF7
RGB
CMYK
RGB Variations
Color information
#F98CF7 (or 0xF98CF7) is known color: Violet. HEX triplet: F9, 8C and F7. RGB value is (249,140,247). Sum of RGB (Red+Green+Blue) = 249+140+247=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 140 (55.08% from 255 or 22.01% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98CF7 is #067308. Grayscale: #B8B8B8. Windows color (decimal): -422665 or 16223481. OLE color: 16223481.
HSL color Cylindrical-coordinate representation of color #F98CF7: hue angle of 301.1º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98CF7 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 247 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.02 |
| HSL | 301.1º | 0.9% | 0.76% | - |
| HSV(B) | 301.1º | 0.44% | 0.98% | - |
| XYZ | 65.23 | 45.61 | 93.36 | - |
| YUV | 184.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 247 | 0 | 0.44 | 0.01 | 0.02 | 301.1 | 0.9 | 0.76 |
| Hex | F9 | 8C | F7 | 0 | 2C | 1 | 2 | 12D | 5A | 4C |
| Octal | 371 | 214 | 367 | 0 | 54 | 1 | 2 | 455 | 132 | 114 |
| Binary | 11111001 | 10001100 | 11110111 | 0 | 101100 | 1 | 10 | 100101101 | 1011010 | 1001100 |
Color Harmonies of #F98CF7
Complementary color
Monochromatic Colors of #F98CF7
Black with #F98CF7
Text Example
Text Example
White with #F98CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98CF7; }
p { color: rgb(249,140,247); }
H1.HeaderClassName
{
color: #F98CF7;
}
.AnyTagClassName
{
color: #F98CF7;
}
</style>
background-color css
<style>
a { background-color: #F98CF7; }
a { background-color: rgb(249,140,247); }
div.DivClassName
{
background-color: #F98CF7;
}
.BgClassName
{
background-color: #F98CF7;
}
</style>
border-color css
<style>
span { border-color: #F98CF7; }
span { border-color: rgb(249,140,247); }
td.TdClassName
{
border-color: #F98CF7;
}
.TagClassName
{
border-color: #F98CF7;
}
</style>