Shades of Violet #F590FF
Tints of Violet #F590FF
RGB
CMYK
RGB Variations
Color information
#F590FF (or 0xF590FF) is known color: Violet. HEX triplet: F5, 90 and FF. RGB value is (245,144,255). Sum of RGB (Red+Green+Blue) = 245+144+255=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 144 (56.64% from 255 or 22.36% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #F590FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F590FF is #0A6F00. Grayscale: #BABABA. Windows color (decimal): -683777 or 16748789. OLE color: 16748789.
HSL color Cylindrical-coordinate representation of color #F590FF: hue angle of 294.59º 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 #F590FF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 144 | 255 | - |
| CMYK | 0.04 | 0.44 | 0 | 0 |
| HSL | 294.59º | 1% | 0.78% | - |
| HSV(B) | 294.59º | 0.44% | 1% | - |
| XYZ | 65.68 | 46.58 | 100.14 | - |
| YUV | 186.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 255 | 0.04 | 0.44 | 0 | 0 | 294.59 | 1 | 0.78 |
| Hex | F5 | 90 | FF | 4 | 2C | 0 | 0 | 127 | 64 | 4E |
| Octal | 365 | 220 | 377 | 4 | 54 | 0 | 0 | 447 | 144 | 116 |
| Binary | 11110101 | 10010000 | 11111111 | 100 | 101100 | 0 | 0 | 100100111 | 1100100 | 1001110 |
Color Harmonies of #F590FF
Complementary color
Monochromatic Colors of #F590FF
Black with #F590FF
Text Example
Text Example
White with #F590FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590FF; }
p { color: rgb(245,144,255); }
H1.HeaderClassName
{
color: #F590FF;
}
.AnyTagClassName
{
color: #F590FF;
}
</style>
background-color css
<style>
a { background-color: #F590FF; }
a { background-color: rgb(245,144,255); }
div.DivClassName
{
background-color: #F590FF;
}
.BgClassName
{
background-color: #F590FF;
}
</style>
border-color css
<style>
span { border-color: #F590FF; }
span { border-color: rgb(245,144,255); }
td.TdClassName
{
border-color: #F590FF;
}
.TagClassName
{
border-color: #F590FF;
}
</style>