Shades of Violet #F58DF9
Tints of Violet #F58DF9
RGB
CMYK
RGB Variations
Color information
#F58DF9 (or 0xF58DF9) is known color: Violet. HEX triplet: F5, 8D and F9. RGB value is (245,141,249). Sum of RGB (Red+Green+Blue) = 245+141+249=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 141 (55.47% from 255 or 22.20% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #F58DF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58DF9 is #0A7206. Grayscale: #B8B8B8. Windows color (decimal): -684551 or 16354805. OLE color: 16354805.
HSL color Cylindrical-coordinate representation of color #F58DF9: hue angle of 297.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58DF9 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 141 | 249 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.02 |
| HSL | 297.78º | 0.9% | 0.76% | - |
| HSV(B) | 297.78º | 0.43% | 0.98% | - |
| XYZ | 64.28 | 45.3 | 94.98 | - |
| YUV | 184.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 249 | 0.02 | 0.43 | 0 | 0.02 | 297.78 | 0.9 | 0.76 |
| Hex | F5 | 8D | F9 | 2 | 2B | 0 | 2 | 12A | 5A | 4C |
| Octal | 365 | 215 | 371 | 2 | 53 | 0 | 2 | 452 | 132 | 114 |
| Binary | 11110101 | 10001101 | 11111001 | 10 | 101011 | 0 | 10 | 100101010 | 1011010 | 1001100 |
Color Harmonies of #F58DF9
Complementary color
Monochromatic Colors of #F58DF9
Black with #F58DF9
Text Example
Text Example
White with #F58DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DF9; }
p { color: rgb(245,141,249); }
H1.HeaderClassName
{
color: #F58DF9;
}
.AnyTagClassName
{
color: #F58DF9;
}
</style>
background-color css
<style>
a { background-color: #F58DF9; }
a { background-color: rgb(245,141,249); }
div.DivClassName
{
background-color: #F58DF9;
}
.BgClassName
{
background-color: #F58DF9;
}
</style>
border-color css
<style>
span { border-color: #F58DF9; }
span { border-color: rgb(245,141,249); }
td.TdClassName
{
border-color: #F58DF9;
}
.TagClassName
{
border-color: #F58DF9;
}
</style>