Shades of Violet #F58DFD
Tints of Violet #F58DFD
RGB
CMYK
RGB Variations
Color information
#F58DFD (or 0xF58DFD) is known color: Violet. HEX triplet: F5, 8D and FD. RGB value is (245,141,253). Sum of RGB (Red+Green+Blue) = 245+141+253=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 141 (55.47% from 255 or 22.07% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #F58DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58DFD is #0A7202. Grayscale: #B8B8B8. Windows color (decimal): -684547 or 16616949. OLE color: 16616949.
HSL color Cylindrical-coordinate representation of color #F58DFD: hue angle of 295.71º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58DFD is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 141 | 253 | - |
CMYK | 0.03 | 0.44 | 0 | 0.01 |
HSL | 295.71º | 0.97% | 0.77% | - |
HSV(B) | 295.71º | 0.44% | 0.99% | - |
XYZ | 64.91 | 45.55 | 98.3 | - |
YUV | 184.86 | 166.46 | 170.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 141 | 253 | 0.03 | 0.44 | 0 | 0.01 | 295.71 | 0.97 | 0.77 |
Hex | F5 | 8D | FD | 3 | 2C | 0 | 1 | 128 | 61 | 4D |
Octal | 365 | 215 | 375 | 3 | 54 | 0 | 1 | 450 | 141 | 115 |
Binary | 11110101 | 10001101 | 11111101 | 11 | 101100 | 0 | 1 | 100101000 | 1100001 | 1001101 |
Color Harmonies of #F58DFD
Complementary color
Monochromatic Colors of #F58DFD
Black with #F58DFD
Text Example
Text Example
White with #F58DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DFD; }
p { color: rgb(245,141,253); }
H1.HeaderClassName
{
color: #F58DFD;
}
.AnyTagClassName
{
color: #F58DFD;
}
</style>
background-color css
<style>
a { background-color: #F58DFD; }
a { background-color: rgb(245,141,253); }
div.DivClassName
{
background-color: #F58DFD;
}
.BgClassName
{
background-color: #F58DFD;
}
</style>
border-color css
<style>
span { border-color: #F58DFD; }
span { border-color: rgb(245,141,253); }
td.TdClassName
{
border-color: #F58DFD;
}
.TagClassName
{
border-color: #F58DFD;
}
</style>