Shades of Violet #F58DED
Tints of Violet #F58DED
RGB
CMYK
RGB Variations
Color information
#F58DED (or 0xF58DED) is known color: Violet. HEX triplet: F5, 8D and ED. RGB value is (245,141,237). Sum of RGB (Red+Green+Blue) = 245+141+237=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 141 (55.47% from 255 or 22.63% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58DED is #0A7212. Grayscale: #B6B6B6. Windows color (decimal): -684563 or 15568373. OLE color: 15568373.
HSL color Cylindrical-coordinate representation of color #F58DED: hue angle of 304.62º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58DED is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 237 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.04 |
| HSL | 304.62º | 0.84% | 0.76% | - |
| HSV(B) | 304.62º | 0.42% | 0.96% | - |
| XYZ | 62.47 | 44.58 | 85.43 | - |
| YUV | 183.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 237 | 0 | 0.42 | 0.03 | 0.04 | 304.62 | 0.84 | 0.76 |
| Hex | F5 | 8D | ED | 0 | 2A | 3 | 4 | 131 | 54 | 4C |
| Octal | 365 | 215 | 355 | 0 | 52 | 3 | 4 | 461 | 124 | 114 |
| Binary | 11110101 | 10001101 | 11101101 | 0 | 101010 | 11 | 100 | 100110001 | 1010100 | 1001100 |
Color Harmonies of #F58DED
Complementary color
Monochromatic Colors of #F58DED
Black with #F58DED
Text Example
Text Example
White with #F58DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DED; }
p { color: rgb(245,141,237); }
H1.HeaderClassName
{
color: #F58DED;
}
.AnyTagClassName
{
color: #F58DED;
}
</style>
background-color css
<style>
a { background-color: #F58DED; }
a { background-color: rgb(245,141,237); }
div.DivClassName
{
background-color: #F58DED;
}
.BgClassName
{
background-color: #F58DED;
}
</style>
border-color css
<style>
span { border-color: #F58DED; }
span { border-color: rgb(245,141,237); }
td.TdClassName
{
border-color: #F58DED;
}
.TagClassName
{
border-color: #F58DED;
}
</style>