Shades of Violet #F594FA
Tints of Violet #F594FA
RGB
CMYK
RGB Variations
Color information
#F594FA (or 0xF594FA) is known color: Violet. HEX triplet: F5, 94 and FA. RGB value is (245,148,250). Sum of RGB (Red+Green+Blue) = 245+148+250=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 148 (58.20% from 255 or 23.02% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #F594FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F594FA is #0A6B05. Grayscale: #BCBCBC. Windows color (decimal): -682758 or 16422133. OLE color: 16422133.
HSL color Cylindrical-coordinate representation of color #F594FA: hue angle of 297.06º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F594FA is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 148 | 250 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.02 |
| HSL | 297.06º | 0.91% | 0.78% | - |
| HSV(B) | 297.06º | 0.41% | 0.98% | - |
| XYZ | 65.5 | 47.49 | 96.16 | - |
| YUV | 188.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 250 | 0.02 | 0.41 | 0 | 0.02 | 297.06 | 0.91 | 0.78 |
| Hex | F5 | 94 | FA | 2 | 29 | 0 | 2 | 129 | 5B | 4E |
| Octal | 365 | 224 | 372 | 2 | 51 | 0 | 2 | 451 | 133 | 116 |
| Binary | 11110101 | 10010100 | 11111010 | 10 | 101001 | 0 | 10 | 100101001 | 1011011 | 1001110 |
Color Harmonies of #F594FA
Complementary color
Monochromatic Colors of #F594FA
Black with #F594FA
Text Example
Text Example
White with #F594FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F594FA; }
p { color: rgb(245,148,250); }
H1.HeaderClassName
{
color: #F594FA;
}
.AnyTagClassName
{
color: #F594FA;
}
</style>
background-color css
<style>
a { background-color: #F594FA; }
a { background-color: rgb(245,148,250); }
div.DivClassName
{
background-color: #F594FA;
}
.BgClassName
{
background-color: #F594FA;
}
</style>
border-color css
<style>
span { border-color: #F594FA; }
span { border-color: rgb(245,148,250); }
td.TdClassName
{
border-color: #F594FA;
}
.TagClassName
{
border-color: #F594FA;
}
</style>