Shades of Violet #F58DFF
Tints of Violet #F58DFF
RGB
CMYK
RGB Variations
Color information
#F58DFF (or 0xF58DFF) is known color: Violet. HEX triplet: F5, 8D and FF. RGB value is (245,141,255). Sum of RGB (Red+Green+Blue) = 245+141+255=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 141 (55.47% from 255 or 22.00% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #F58DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58DFF is #0A7200. Grayscale: #B8B8B8. Windows color (decimal): -684545 or 16748021. OLE color: 16748021.
HSL color Cylindrical-coordinate representation of color #F58DFF: hue angle of 294.74º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F58DFF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 141 | 255 | - |
| CMYK | 0.04 | 0.45 | 0 | 0 |
| HSL | 294.74º | 1% | 0.78% | - |
| HSV(B) | 294.74º | 0.45% | 1% | - |
| XYZ | 65.23 | 45.68 | 99.99 | - |
| YUV | 185.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 255 | 0.04 | 0.45 | 0 | 0 | 294.74 | 1 | 0.78 |
| Hex | F5 | 8D | FF | 4 | 2D | 0 | 0 | 127 | 64 | 4E |
| Octal | 365 | 215 | 377 | 4 | 55 | 0 | 0 | 447 | 144 | 116 |
| Binary | 11110101 | 10001101 | 11111111 | 100 | 101101 | 0 | 0 | 100100111 | 1100100 | 1001110 |
Color Harmonies of #F58DFF
Complementary color
Monochromatic Colors of #F58DFF
Black with #F58DFF
Text Example
Text Example
White with #F58DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DFF; }
p { color: rgb(245,141,255); }
H1.HeaderClassName
{
color: #F58DFF;
}
.AnyTagClassName
{
color: #F58DFF;
}
</style>
background-color css
<style>
a { background-color: #F58DFF; }
a { background-color: rgb(245,141,255); }
div.DivClassName
{
background-color: #F58DFF;
}
.BgClassName
{
background-color: #F58DFF;
}
</style>
border-color css
<style>
span { border-color: #F58DFF; }
span { border-color: rgb(245,141,255); }
td.TdClassName
{
border-color: #F58DFF;
}
.TagClassName
{
border-color: #F58DFF;
}
</style>