Shades of Violet #F98BF7
Tints of Violet #F98BF7
RGB
CMYK
RGB Variations
Color information
#F98BF7 (or 0xF98BF7) is known color: Violet. HEX triplet: F9, 8B and F7. RGB value is (249,139,247). Sum of RGB (Red+Green+Blue) = 249+139+247=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 139 (54.69% from 255 or 21.89% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98BF7 is #067408. Grayscale: #B7B7B7. Windows color (decimal): -422921 or 16223225. OLE color: 16223225.
HSL color Cylindrical-coordinate representation of color #F98BF7: hue angle of 301.09º 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 #F98BF7 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 247 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.02 |
| HSL | 301.09º | 0.9% | 0.76% | - |
| HSV(B) | 301.09º | 0.44% | 0.98% | - |
| XYZ | 65.09 | 45.32 | 93.31 | - |
| YUV | 184.2 | 163.44 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 247 | 0 | 0.44 | 0.01 | 0.02 | 301.09 | 0.9 | 0.76 |
| Hex | F9 | 8B | F7 | 0 | 2C | 1 | 2 | 12D | 5A | 4C |
| Octal | 371 | 213 | 367 | 0 | 54 | 1 | 2 | 455 | 132 | 114 |
| Binary | 11111001 | 10001011 | 11110111 | 0 | 101100 | 1 | 10 | 100101101 | 1011010 | 1001100 |
Color Harmonies of #F98BF7
Complementary color
Monochromatic Colors of #F98BF7
Black with #F98BF7
Text Example
Text Example
White with #F98BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BF7; }
p { color: rgb(249,139,247); }
H1.HeaderClassName
{
color: #F98BF7;
}
.AnyTagClassName
{
color: #F98BF7;
}
</style>
background-color css
<style>
a { background-color: #F98BF7; }
a { background-color: rgb(249,139,247); }
div.DivClassName
{
background-color: #F98BF7;
}
.BgClassName
{
background-color: #F98BF7;
}
</style>
border-color css
<style>
span { border-color: #F98BF7; }
span { border-color: rgb(249,139,247); }
td.TdClassName
{
border-color: #F98BF7;
}
.TagClassName
{
border-color: #F98BF7;
}
</style>