Shades of Violet #F58DF8
Tints of Violet #F58DF8
RGB
CMYK
RGB Variations
Color information
#F58DF8 (or 0xF58DF8) is known color: Violet. HEX triplet: F5, 8D and F8. RGB value is (245,141,248). Sum of RGB (Red+Green+Blue) = 245+141+248=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 141 (55.47% from 255 or 22.24% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #F58DF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58DF8 is #0A7207. Grayscale: #B7B7B7. Windows color (decimal): -684552 or 16289269. OLE color: 16289269.
HSL color Cylindrical-coordinate representation of color #F58DF8: hue angle of 298.32º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58DF8 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 141 | 248 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.03 |
| HSL | 298.32º | 0.88% | 0.76% | - |
| HSV(B) | 298.32º | 0.43% | 0.97% | - |
| XYZ | 64.12 | 45.24 | 94.16 | - |
| YUV | 184.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 248 | 0.01 | 0.43 | 0 | 0.03 | 298.32 | 0.88 | 0.76 |
| Hex | F5 | 8D | F8 | 1 | 2B | 0 | 3 | 12A | 58 | 4C |
| Octal | 365 | 215 | 370 | 1 | 53 | 0 | 3 | 452 | 130 | 114 |
| Binary | 11110101 | 10001101 | 11111000 | 1 | 101011 | 0 | 11 | 100101010 | 1011000 | 1001100 |
Color Harmonies of #F58DF8
Complementary color
Monochromatic Colors of #F58DF8
Black with #F58DF8
Text Example
Text Example
White with #F58DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DF8; }
p { color: rgb(245,141,248); }
H1.HeaderClassName
{
color: #F58DF8;
}
.AnyTagClassName
{
color: #F58DF8;
}
</style>
background-color css
<style>
a { background-color: #F58DF8; }
a { background-color: rgb(245,141,248); }
div.DivClassName
{
background-color: #F58DF8;
}
.BgClassName
{
background-color: #F58DF8;
}
</style>
border-color css
<style>
span { border-color: #F58DF8; }
span { border-color: rgb(245,141,248); }
td.TdClassName
{
border-color: #F58DF8;
}
.TagClassName
{
border-color: #F58DF8;
}
</style>