Shades of Violet #F58FF0
Tints of Violet #F58FF0
RGB
CMYK
RGB Variations
Color information
#F58FF0 (or 0xF58FF0) is known color: Violet. HEX triplet: F5, 8F and F0. RGB value is (245,143,240). Sum of RGB (Red+Green+Blue) = 245+143+240=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 143 (56.25% from 255 or 22.77% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58FF0 is #0A700F. Grayscale: #B8B8B8. Windows color (decimal): -684048 or 15765493. OLE color: 15765493.
HSL color Cylindrical-coordinate representation of color #F58FF0: hue angle of 302.94º 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 #F58FF0 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 240 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.04 |
| HSL | 302.94º | 0.84% | 0.76% | - |
| HSV(B) | 302.94º | 0.42% | 0.96% | - |
| XYZ | 63.21 | 45.35 | 87.86 | - |
| YUV | 184.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 240 | 0 | 0.42 | 0.02 | 0.04 | 302.94 | 0.84 | 0.76 |
| Hex | F5 | 8F | F0 | 0 | 2A | 2 | 4 | 12F | 54 | 4C |
| Octal | 365 | 217 | 360 | 0 | 52 | 2 | 4 | 457 | 124 | 114 |
| Binary | 11110101 | 10001111 | 11110000 | 0 | 101010 | 10 | 100 | 100101111 | 1010100 | 1001100 |
Color Harmonies of #F58FF0
Complementary color
Monochromatic Colors of #F58FF0
Black with #F58FF0
Text Example
Text Example
White with #F58FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FF0; }
p { color: rgb(245,143,240); }
H1.HeaderClassName
{
color: #F58FF0;
}
.AnyTagClassName
{
color: #F58FF0;
}
</style>
background-color css
<style>
a { background-color: #F58FF0; }
a { background-color: rgb(245,143,240); }
div.DivClassName
{
background-color: #F58FF0;
}
.BgClassName
{
background-color: #F58FF0;
}
</style>
border-color css
<style>
span { border-color: #F58FF0; }
span { border-color: rgb(245,143,240); }
td.TdClassName
{
border-color: #F58FF0;
}
.TagClassName
{
border-color: #F58FF0;
}
</style>