Shades of Violet #F599FA
Tints of Violet #F599FA
RGB
CMYK
RGB Variations
Color information
#F599FA (or 0xF599FA) is known color: Violet. HEX triplet: F5, 99 and FA. RGB value is (245,153,250). Sum of RGB (Red+Green+Blue) = 245+153+250=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 153 (60.16% from 255 or 23.61% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #F599FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F599FA is #0A6605. Grayscale: #BFBFBF. Windows color (decimal): -681478 or 16423413. OLE color: 16423413.
HSL color Cylindrical-coordinate representation of color #F599FA: hue angle of 296.91º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F599FA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 153 | 250 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.02 |
| HSL | 296.91º | 0.91% | 0.79% | - |
| HSV(B) | 296.91º | 0.39% | 0.98% | - |
| XYZ | 66.3 | 49.1 | 96.42 | - |
| YUV | 191.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 250 | 0.02 | 0.39 | 0 | 0.02 | 296.91 | 0.91 | 0.79 |
| Hex | F5 | 99 | FA | 2 | 27 | 0 | 2 | 129 | 5B | 4F |
| Octal | 365 | 231 | 372 | 2 | 47 | 0 | 2 | 451 | 133 | 117 |
| Binary | 11110101 | 10011001 | 11111010 | 10 | 100111 | 0 | 10 | 100101001 | 1011011 | 1001111 |
Color Harmonies of #F599FA
Complementary color
Monochromatic Colors of #F599FA
Black with #F599FA
Text Example
Text Example
White with #F599FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F599FA; }
p { color: rgb(245,153,250); }
H1.HeaderClassName
{
color: #F599FA;
}
.AnyTagClassName
{
color: #F599FA;
}
</style>
background-color css
<style>
a { background-color: #F599FA; }
a { background-color: rgb(245,153,250); }
div.DivClassName
{
background-color: #F599FA;
}
.BgClassName
{
background-color: #F599FA;
}
</style>
border-color css
<style>
span { border-color: #F599FA; }
span { border-color: rgb(245,153,250); }
td.TdClassName
{
border-color: #F599FA;
}
.TagClassName
{
border-color: #F599FA;
}
</style>