Shades of Violet #F99DF9
Tints of Violet #F99DF9
RGB
CMYK
RGB Variations
Color information
#F99DF9 (or 0xF99DF9) is known color: Violet. HEX triplet: F9, 9D and F9. RGB value is (249,157,249). Sum of RGB (Red+Green+Blue) = 249+157+249=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 157 (61.72% from 255 or 23.97% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F99DF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99DF9 is #066206. Grayscale: #C2C2C2. Windows color (decimal): -418311 or 16358905. OLE color: 16358905.
HSL color Cylindrical-coordinate representation of color #F99DF9: hue angle of 300º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99DF9 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 157 | 249 | - |
CMYK | 0 | 0.37 | 0 | 0.02 |
HSL | 300º | 0.88% | 0.8% | - |
HSV(B) | 300º | 0.37% | 0.98% | - |
XYZ | 68.22 | 51.09 | 95.89 | - |
YUV | 195 | 158.48 | 166.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 157 | 249 | 0 | 0.37 | 0 | 0.02 | 300 | 0.88 | 0.8 |
Hex | F9 | 9D | F9 | 0 | 25 | 0 | 2 | 12C | 58 | 50 |
Octal | 371 | 235 | 371 | 0 | 45 | 0 | 2 | 454 | 130 | 120 |
Binary | 11111001 | 10011101 | 11111001 | 0 | 100101 | 0 | 10 | 100101100 | 1011000 | 1010000 |
Color Harmonies of #F99DF9
Complementary color
Monochromatic Colors of #F99DF9
Black with #F99DF9
Text Example
Text Example
White with #F99DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DF9; }
p { color: rgb(249,157,249); }
H1.HeaderClassName
{
color: #F99DF9;
}
.AnyTagClassName
{
color: #F99DF9;
}
</style>
background-color css
<style>
a { background-color: #F99DF9; }
a { background-color: rgb(249,157,249); }
div.DivClassName
{
background-color: #F99DF9;
}
.BgClassName
{
background-color: #F99DF9;
}
</style>
border-color css
<style>
span { border-color: #F99DF9; }
span { border-color: rgb(249,157,249); }
td.TdClassName
{
border-color: #F99DF9;
}
.TagClassName
{
border-color: #F99DF9;
}
</style>