Shades of Violet #F592F1
Tints of Violet #F592F1
RGB
CMYK
RGB Variations
Color information
#F592F1 (or 0xF592F1) is known color: Violet. HEX triplet: F5, 92 and F1. RGB value is (245,146,241). Sum of RGB (Red+Green+Blue) = 245+146+241=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 146 (57.42% from 255 or 23.10% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F592F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F592F1 is #0A6D0E. Grayscale: #BABABA. Windows color (decimal): -683279 or 15831797. OLE color: 15831797.
HSL color Cylindrical-coordinate representation of color #F592F1: hue angle of 302.42º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F592F1 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 241 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.04 |
| HSL | 302.42º | 0.83% | 0.77% | - |
| HSV(B) | 302.42º | 0.4% | 0.96% | - |
| XYZ | 63.81 | 46.32 | 88.8 | - |
| YUV | 186.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 241 | 0 | 0.40 | 0.02 | 0.04 | 302.42 | 0.83 | 0.77 |
| Hex | F5 | 92 | F1 | 0 | 28 | 2 | 4 | 12E | 53 | 4D |
| Octal | 365 | 222 | 361 | 0 | 50 | 2 | 4 | 456 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11110001 | 0 | 101000 | 10 | 100 | 100101110 | 1010011 | 1001101 |
Color Harmonies of #F592F1
Complementary color
Monochromatic Colors of #F592F1
Black with #F592F1
Text Example
Text Example
White with #F592F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592F1; }
p { color: rgb(245,146,241); }
H1.HeaderClassName
{
color: #F592F1;
}
.AnyTagClassName
{
color: #F592F1;
}
</style>
background-color css
<style>
a { background-color: #F592F1; }
a { background-color: rgb(245,146,241); }
div.DivClassName
{
background-color: #F592F1;
}
.BgClassName
{
background-color: #F592F1;
}
</style>
border-color css
<style>
span { border-color: #F592F1; }
span { border-color: rgb(245,146,241); }
td.TdClassName
{
border-color: #F592F1;
}
.TagClassName
{
border-color: #F592F1;
}
</style>