Shades of Violet #F98BFD
Tints of Violet #F98BFD
RGB
CMYK
RGB Variations
Color information
#F98BFD (or 0xF98BFD) is known color: Violet. HEX triplet: F9, 8B and FD. RGB value is (249,139,253). Sum of RGB (Red+Green+Blue) = 249+139+253=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 139 (54.69% from 255 or 21.68% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #F98BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98BFD is #067402. Grayscale: #B8B8B8. Windows color (decimal): -422915 or 16616441. OLE color: 16616441.
HSL color Cylindrical-coordinate representation of color #F98BFD: hue angle of 297.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98BFD is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 139 | 253 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.01 |
| HSL | 297.89º | 0.97% | 0.77% | - |
| HSV(B) | 297.89º | 0.45% | 0.99% | - |
| XYZ | 66.03 | 45.7 | 98.27 | - |
| YUV | 184.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 253 | 0.02 | 0.45 | 0 | 0.01 | 297.89 | 0.97 | 0.77 |
| Hex | F9 | 8B | FD | 2 | 2D | 0 | 1 | 12A | 61 | 4D |
| Octal | 371 | 213 | 375 | 2 | 55 | 0 | 1 | 452 | 141 | 115 |
| Binary | 11111001 | 10001011 | 11111101 | 10 | 101101 | 0 | 1 | 100101010 | 1100001 | 1001101 |
Color Harmonies of #F98BFD
Complementary color
Monochromatic Colors of #F98BFD
Black with #F98BFD
Text Example
Text Example
White with #F98BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BFD; }
p { color: rgb(249,139,253); }
H1.HeaderClassName
{
color: #F98BFD;
}
.AnyTagClassName
{
color: #F98BFD;
}
</style>
background-color css
<style>
a { background-color: #F98BFD; }
a { background-color: rgb(249,139,253); }
div.DivClassName
{
background-color: #F98BFD;
}
.BgClassName
{
background-color: #F98BFD;
}
</style>
border-color css
<style>
span { border-color: #F98BFD; }
span { border-color: rgb(249,139,253); }
td.TdClassName
{
border-color: #F98BFD;
}
.TagClassName
{
border-color: #F98BFD;
}
</style>