Shades of Violet #F99DFC
Tints of Violet #F99DFC
RGB
CMYK
RGB Variations
Color information
#F99DFC (or 0xF99DFC) is known color: Violet. HEX triplet: F9, 9D and FC. RGB value is (249,157,252). Sum of RGB (Red+Green+Blue) = 249+157+252=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 157 (61.72% from 255 or 23.86% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #F99DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99DFC is #066203. Grayscale: #C3C3C3. Windows color (decimal): -418308 or 16555513. OLE color: 16555513.
HSL color Cylindrical-coordinate representation of color #F99DFC: hue angle of 298.11º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99DFC is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 157 | 252 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.01 |
| HSL | 298.11º | 0.94% | 0.8% | - |
| HSV(B) | 298.11º | 0.38% | 0.99% | - |
| XYZ | 68.69 | 51.28 | 98.37 | - |
| YUV | 195.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 252 | 0.01 | 0.38 | 0 | 0.01 | 298.11 | 0.94 | 0.8 |
| Hex | F9 | 9D | FC | 1 | 26 | 0 | 1 | 12A | 5E | 50 |
| Octal | 371 | 235 | 374 | 1 | 46 | 0 | 1 | 452 | 136 | 120 |
| Binary | 11111001 | 10011101 | 11111100 | 1 | 100110 | 0 | 1 | 100101010 | 1011110 | 1010000 |
Color Harmonies of #F99DFC
Complementary color
Monochromatic Colors of #F99DFC
Black with #F99DFC
Text Example
Text Example
White with #F99DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DFC; }
p { color: rgb(249,157,252); }
H1.HeaderClassName
{
color: #F99DFC;
}
.AnyTagClassName
{
color: #F99DFC;
}
</style>
background-color css
<style>
a { background-color: #F99DFC; }
a { background-color: rgb(249,157,252); }
div.DivClassName
{
background-color: #F99DFC;
}
.BgClassName
{
background-color: #F99DFC;
}
</style>
border-color css
<style>
span { border-color: #F99DFC; }
span { border-color: rgb(249,157,252); }
td.TdClassName
{
border-color: #F99DFC;
}
.TagClassName
{
border-color: #F99DFC;
}
</style>