Shades of Violet #F58FF7
Tints of Violet #F58FF7
RGB
CMYK
RGB Variations
Color information
#F58FF7 (or 0xF58FF7) is known color: Violet. HEX triplet: F5, 8F and F7. RGB value is (245,143,247). Sum of RGB (Red+Green+Blue) = 245+143+247=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 143 (56.25% from 255 or 22.52% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #F58FF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58FF7 is #0A7008. Grayscale: #B9B9B9. Windows color (decimal): -684041 or 16224245. OLE color: 16224245.
HSL color Cylindrical-coordinate representation of color #F58FF7: hue angle of 298.85º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58FF7 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 143 | 247 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.03 |
| HSL | 298.85º | 0.87% | 0.76% | - |
| HSV(B) | 298.85º | 0.42% | 0.97% | - |
| XYZ | 64.27 | 45.77 | 93.44 | - |
| YUV | 185.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 247 | 0.01 | 0.42 | 0 | 0.03 | 298.85 | 0.87 | 0.76 |
| Hex | F5 | 8F | F7 | 1 | 2A | 0 | 3 | 12B | 57 | 4C |
| Octal | 365 | 217 | 367 | 1 | 52 | 0 | 3 | 453 | 127 | 114 |
| Binary | 11110101 | 10001111 | 11110111 | 1 | 101010 | 0 | 11 | 100101011 | 1010111 | 1001100 |
Color Harmonies of #F58FF7
Complementary color
Monochromatic Colors of #F58FF7
Black with #F58FF7
Text Example
Text Example
White with #F58FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FF7; }
p { color: rgb(245,143,247); }
H1.HeaderClassName
{
color: #F58FF7;
}
.AnyTagClassName
{
color: #F58FF7;
}
</style>
background-color css
<style>
a { background-color: #F58FF7; }
a { background-color: rgb(245,143,247); }
div.DivClassName
{
background-color: #F58FF7;
}
.BgClassName
{
background-color: #F58FF7;
}
</style>
border-color css
<style>
span { border-color: #F58FF7; }
span { border-color: rgb(245,143,247); }
td.TdClassName
{
border-color: #F58FF7;
}
.TagClassName
{
border-color: #F58FF7;
}
</style>