Shades of Violet #F98AF7
Tints of Violet #F98AF7
RGB
CMYK
RGB Variations
Color information
#F98AF7 (or 0xF98AF7) is known color: Violet. HEX triplet: F9, 8A and F7. RGB value is (249,138,247). Sum of RGB (Red+Green+Blue) = 249+138+247=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 138 (54.30% from 255 or 21.77% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F98AF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98AF7 is #067508. Grayscale: #B7B7B7. Windows color (decimal): -423177 or 16222969. OLE color: 16222969.
HSL color Cylindrical-coordinate representation of color #F98AF7: hue angle of 301.08º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98AF7 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 247 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.02 |
| HSL | 301.08º | 0.9% | 0.76% | - |
| HSV(B) | 301.08º | 0.45% | 0.98% | - |
| XYZ | 64.94 | 45.03 | 93.26 | - |
| YUV | 183.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 247 | 0 | 0.45 | 0.01 | 0.02 | 301.08 | 0.9 | 0.76 |
| Hex | F9 | 8A | F7 | 0 | 2D | 1 | 2 | 12D | 5A | 4C |
| Octal | 371 | 212 | 367 | 0 | 55 | 1 | 2 | 455 | 132 | 114 |
| Binary | 11111001 | 10001010 | 11110111 | 0 | 101101 | 1 | 10 | 100101101 | 1011010 | 1001100 |
Color Harmonies of #F98AF7
Complementary color
Monochromatic Colors of #F98AF7
Black with #F98AF7
Text Example
Text Example
White with #F98AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98AF7; }
p { color: rgb(249,138,247); }
H1.HeaderClassName
{
color: #F98AF7;
}
.AnyTagClassName
{
color: #F98AF7;
}
</style>
background-color css
<style>
a { background-color: #F98AF7; }
a { background-color: rgb(249,138,247); }
div.DivClassName
{
background-color: #F98AF7;
}
.BgClassName
{
background-color: #F98AF7;
}
</style>
border-color css
<style>
span { border-color: #F98AF7; }
span { border-color: rgb(249,138,247); }
td.TdClassName
{
border-color: #F98AF7;
}
.TagClassName
{
border-color: #F98AF7;
}
</style>