Shades of Violet #F58DFA
Tints of Violet #F58DFA
RGB
CMYK
RGB Variations
Color information
#F58DFA (or 0xF58DFA) is known color: Violet. HEX triplet: F5, 8D and FA. RGB value is (245,141,250). Sum of RGB (Red+Green+Blue) = 245+141+250=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 141 (55.47% from 255 or 22.17% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #F58DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58DFA is #0A7205. Grayscale: #B8B8B8. Windows color (decimal): -684550 or 16420341. OLE color: 16420341.
HSL color Cylindrical-coordinate representation of color #F58DFA: hue angle of 297.25º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58DFA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 141 | 250 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.02 |
| HSL | 297.25º | 0.92% | 0.77% | - |
| HSV(B) | 297.25º | 0.44% | 0.98% | - |
| XYZ | 64.44 | 45.36 | 95.8 | - |
| YUV | 184.52 | 164.96 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 250 | 0.02 | 0.44 | 0 | 0.02 | 297.25 | 0.92 | 0.77 |
| Hex | F5 | 8D | FA | 2 | 2C | 0 | 2 | 129 | 5C | 4D |
| Octal | 365 | 215 | 372 | 2 | 54 | 0 | 2 | 451 | 134 | 115 |
| Binary | 11110101 | 10001101 | 11111010 | 10 | 101100 | 0 | 10 | 100101001 | 1011100 | 1001101 |
Color Harmonies of #F58DFA
Complementary color
Monochromatic Colors of #F58DFA
Black with #F58DFA
Text Example
Text Example
White with #F58DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DFA; }
p { color: rgb(245,141,250); }
H1.HeaderClassName
{
color: #F58DFA;
}
.AnyTagClassName
{
color: #F58DFA;
}
</style>
background-color css
<style>
a { background-color: #F58DFA; }
a { background-color: rgb(245,141,250); }
div.DivClassName
{
background-color: #F58DFA;
}
.BgClassName
{
background-color: #F58DFA;
}
</style>
border-color css
<style>
span { border-color: #F58DFA; }
span { border-color: rgb(245,141,250); }
td.TdClassName
{
border-color: #F58DFA;
}
.TagClassName
{
border-color: #F58DFA;
}
</style>