Shades of Violet #F595FE
Tints of Violet #F595FE
RGB
CMYK
RGB Variations
Color information
#F595FE (or 0xF595FE) is known color: Violet. HEX triplet: F5, 95 and FE. RGB value is (245,149,254). Sum of RGB (Red+Green+Blue) = 245+149+254=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 149 (58.59% from 255 or 22.99% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #F595FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F595FE is #0A6A01. Grayscale: #BDBDBD. Windows color (decimal): -682498 or 16684533. OLE color: 16684533.
HSL color Cylindrical-coordinate representation of color #F595FE: hue angle of 294.86º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F595FE is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 149 | 254 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.00 |
| HSL | 294.86º | 0.98% | 0.79% | - |
| HSV(B) | 294.86º | 0.41% | 1% | - |
| XYZ | 66.29 | 48.06 | 99.55 | - |
| YUV | 189.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 254 | 0.04 | 0.41 | 0 | 0.00 | 294.86 | 0.98 | 0.79 |
| Hex | F5 | 95 | FE | 4 | 29 | 0 | 0 | 127 | 62 | 4F |
| Octal | 365 | 225 | 376 | 4 | 51 | 0 | 0 | 447 | 142 | 117 |
| Binary | 11110101 | 10010101 | 11111110 | 100 | 101001 | 0 | 0 | 100100111 | 1100010 | 1001111 |
Color Harmonies of #F595FE
Complementary color
Monochromatic Colors of #F595FE
Black with #F595FE
Text Example
Text Example
White with #F595FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595FE; }
p { color: rgb(245,149,254); }
H1.HeaderClassName
{
color: #F595FE;
}
.AnyTagClassName
{
color: #F595FE;
}
</style>
background-color css
<style>
a { background-color: #F595FE; }
a { background-color: rgb(245,149,254); }
div.DivClassName
{
background-color: #F595FE;
}
.BgClassName
{
background-color: #F595FE;
}
</style>
border-color css
<style>
span { border-color: #F595FE; }
span { border-color: rgb(245,149,254); }
td.TdClassName
{
border-color: #F595FE;
}
.TagClassName
{
border-color: #F595FE;
}
</style>