Shades of Violet #F59CFF
Tints of Violet #F59CFF
RGB
CMYK
RGB Variations
Color information
#F59CFF (or 0xF59CFF) is known color: Violet. HEX triplet: F5, 9C and FF. RGB value is (245,156,255). Sum of RGB (Red+Green+Blue) = 245+156+255=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 156 (61.33% from 255 or 23.78% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #F59CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59CFF is #0A6300. Grayscale: #C1C1C1. Windows color (decimal): -680705 or 16751861. OLE color: 16751861.
HSL color Cylindrical-coordinate representation of color #F59CFF: hue angle of 293.94º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F59CFF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 156 | 255 | - |
| CMYK | 0.04 | 0.39 | 0 | 0 |
| HSL | 293.94º | 1% | 0.81% | - |
| HSV(B) | 293.94º | 0.39% | 1% | - |
| XYZ | 67.59 | 50.41 | 100.78 | - |
| YUV | 193.9 | 162.49 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 255 | 0.04 | 0.39 | 0 | 0 | 293.94 | 1 | 0.81 |
| Hex | F5 | 9C | FF | 4 | 27 | 0 | 0 | 126 | 64 | 51 |
| Octal | 365 | 234 | 377 | 4 | 47 | 0 | 0 | 446 | 144 | 121 |
| Binary | 11110101 | 10011100 | 11111111 | 100 | 100111 | 0 | 0 | 100100110 | 1100100 | 1010001 |
Color Harmonies of #F59CFF
Complementary color
Monochromatic Colors of #F59CFF
Black with #F59CFF
Text Example
Text Example
White with #F59CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59CFF; }
p { color: rgb(245,156,255); }
H1.HeaderClassName
{
color: #F59CFF;
}
.AnyTagClassName
{
color: #F59CFF;
}
</style>
background-color css
<style>
a { background-color: #F59CFF; }
a { background-color: rgb(245,156,255); }
div.DivClassName
{
background-color: #F59CFF;
}
.BgClassName
{
background-color: #F59CFF;
}
</style>
border-color css
<style>
span { border-color: #F59CFF; }
span { border-color: rgb(245,156,255); }
td.TdClassName
{
border-color: #F59CFF;
}
.TagClassName
{
border-color: #F59CFF;
}
</style>