Shades of Violet #F599FE
Tints of Violet #F599FE
RGB
CMYK
RGB Variations
Color information
#F599FE (or 0xF599FE) is known color: Violet. HEX triplet: F5, 99 and FE. RGB value is (245,153,254). Sum of RGB (Red+Green+Blue) = 245+153+254=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 153 (60.16% from 255 or 23.47% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #F599FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F599FE is #0A6601. Grayscale: #BFBFBF. Windows color (decimal): -681474 or 16685557. OLE color: 16685557.
HSL color Cylindrical-coordinate representation of color #F599FE: hue angle of 294.65º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F599FE is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 153 | 254 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.00 |
| HSL | 294.65º | 0.98% | 0.8% | - |
| HSV(B) | 294.65º | 0.4% | 1% | - |
| XYZ | 66.94 | 49.35 | 99.76 | - |
| YUV | 192.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 254 | 0.04 | 0.40 | 0 | 0.00 | 294.65 | 0.98 | 0.8 |
| Hex | F5 | 99 | FE | 4 | 28 | 0 | 0 | 127 | 62 | 50 |
| Octal | 365 | 231 | 376 | 4 | 50 | 0 | 0 | 447 | 142 | 120 |
| Binary | 11110101 | 10011001 | 11111110 | 100 | 101000 | 0 | 0 | 100100111 | 1100010 | 1010000 |
Color Harmonies of #F599FE
Complementary color
Monochromatic Colors of #F599FE
Black with #F599FE
Text Example
Text Example
White with #F599FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F599FE; }
p { color: rgb(245,153,254); }
H1.HeaderClassName
{
color: #F599FE;
}
.AnyTagClassName
{
color: #F599FE;
}
</style>
background-color css
<style>
a { background-color: #F599FE; }
a { background-color: rgb(245,153,254); }
div.DivClassName
{
background-color: #F599FE;
}
.BgClassName
{
background-color: #F599FE;
}
</style>
border-color css
<style>
span { border-color: #F599FE; }
span { border-color: rgb(245,153,254); }
td.TdClassName
{
border-color: #F599FE;
}
.TagClassName
{
border-color: #F599FE;
}
</style>