Shades of Violet #F58CFF
Tints of Violet #F58CFF
RGB
CMYK
RGB Variations
Color information
#F58CFF (or 0xF58CFF) is known color: Violet. HEX triplet: F5, 8C and FF. RGB value is (245,140,255). Sum of RGB (Red+Green+Blue) = 245+140+255=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 140 (55.08% from 255 or 21.88% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #F58CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CFF is #0A7300. Grayscale: #B8B8B8. Windows color (decimal): -684801 or 16747765. OLE color: 16747765.
HSL color Cylindrical-coordinate representation of color #F58CFF: hue angle of 294.78º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F58CFF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 140 | 255 | - |
| CMYK | 0.04 | 0.45 | 0 | 0 |
| HSL | 294.78º | 1% | 0.77% | - |
| HSV(B) | 294.78º | 0.45% | 1% | - |
| XYZ | 65.08 | 45.39 | 99.94 | - |
| YUV | 184.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 255 | 0.04 | 0.45 | 0 | 0 | 294.78 | 1 | 0.77 |
| Hex | F5 | 8C | FF | 4 | 2D | 0 | 0 | 127 | 64 | 4D |
| Octal | 365 | 214 | 377 | 4 | 55 | 0 | 0 | 447 | 144 | 115 |
| Binary | 11110101 | 10001100 | 11111111 | 100 | 101101 | 0 | 0 | 100100111 | 1100100 | 1001101 |
Color Harmonies of #F58CFF
Complementary color
Monochromatic Colors of #F58CFF
Black with #F58CFF
Text Example
Text Example
White with #F58CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CFF; }
p { color: rgb(245,140,255); }
H1.HeaderClassName
{
color: #F58CFF;
}
.AnyTagClassName
{
color: #F58CFF;
}
</style>
background-color css
<style>
a { background-color: #F58CFF; }
a { background-color: rgb(245,140,255); }
div.DivClassName
{
background-color: #F58CFF;
}
.BgClassName
{
background-color: #F58CFF;
}
</style>
border-color css
<style>
span { border-color: #F58CFF; }
span { border-color: rgb(245,140,255); }
td.TdClassName
{
border-color: #F58CFF;
}
.TagClassName
{
border-color: #F58CFF;
}
</style>