Shades of Violet #F58FFF
Tints of Violet #F58FFF
RGB
CMYK
RGB Variations
Color information
#F58FFF (or 0xF58FFF) is known color: Violet. HEX triplet: F5, 8F and FF. RGB value is (245,143,255). Sum of RGB (Red+Green+Blue) = 245+143+255=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 143 (56.25% from 255 or 22.24% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #F58FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58FFF is #0A7000. Grayscale: #B9B9B9. Windows color (decimal): -684033 or 16748533. OLE color: 16748533.
HSL color Cylindrical-coordinate representation of color #F58FFF: hue angle of 294.64º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58FFF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 143 | 255 | - |
| CMYK | 0.04 | 0.44 | 0 | 0 |
| HSL | 294.64º | 1% | 0.78% | - |
| HSV(B) | 294.64º | 0.44% | 1% | - |
| XYZ | 65.53 | 46.28 | 100.09 | - |
| YUV | 186.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 255 | 0.04 | 0.44 | 0 | 0 | 294.64 | 1 | 0.78 |
| Hex | F5 | 8F | FF | 4 | 2C | 0 | 0 | 127 | 64 | 4E |
| Octal | 365 | 217 | 377 | 4 | 54 | 0 | 0 | 447 | 144 | 116 |
| Binary | 11110101 | 10001111 | 11111111 | 100 | 101100 | 0 | 0 | 100100111 | 1100100 | 1001110 |
Color Harmonies of #F58FFF
Complementary color
Monochromatic Colors of #F58FFF
Black with #F58FFF
Text Example
Text Example
White with #F58FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FFF; }
p { color: rgb(245,143,255); }
H1.HeaderClassName
{
color: #F58FFF;
}
.AnyTagClassName
{
color: #F58FFF;
}
</style>
background-color css
<style>
a { background-color: #F58FFF; }
a { background-color: rgb(245,143,255); }
div.DivClassName
{
background-color: #F58FFF;
}
.BgClassName
{
background-color: #F58FFF;
}
</style>
border-color css
<style>
span { border-color: #F58FFF; }
span { border-color: rgb(245,143,255); }
td.TdClassName
{
border-color: #F58FFF;
}
.TagClassName
{
border-color: #F58FFF;
}
</style>