Shades of Violet #F692F5
Tints of Violet #F692F5
RGB
CMYK
RGB Variations
Color information
#F692F5 (or 0xF692F5) is known color: Violet. HEX triplet: F6, 92 and F5. RGB value is (246,146,245). Sum of RGB (Red+Green+Blue) = 246+146+245=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 146 (57.42% from 255 or 22.92% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F692F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F692F5 is #096D0A. Grayscale: #BABABA. Windows color (decimal): -617739 or 16093942. OLE color: 16093942.
HSL color Cylindrical-coordinate representation of color #F692F5: hue angle of 300.6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F692F5 is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 245 | - |
| CMYK | 0 | 0.41 | 0.00 | 0.04 |
| HSL | 300.6º | 0.85% | 0.77% | - |
| HSV(B) | 300.6º | 0.41% | 0.96% | - |
| XYZ | 64.77 | 46.74 | 91.99 | - |
| YUV | 187.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 245 | 0 | 0.41 | 0.00 | 0.04 | 300.6 | 0.85 | 0.77 |
| Hex | F6 | 92 | F5 | 0 | 29 | 0 | 4 | 12D | 55 | 4D |
| Octal | 366 | 222 | 365 | 0 | 51 | 0 | 4 | 455 | 125 | 115 |
| Binary | 11110110 | 10010010 | 11110101 | 0 | 101001 | 0 | 100 | 100101101 | 1010101 | 1001101 |
Color Harmonies of #F692F5
Complementary color
Monochromatic Colors of #F692F5
Black with #F692F5
Text Example
Text Example
White with #F692F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F692F5; }
p { color: rgb(246,146,245); }
H1.HeaderClassName
{
color: #F692F5;
}
.AnyTagClassName
{
color: #F692F5;
}
</style>
background-color css
<style>
a { background-color: #F692F5; }
a { background-color: rgb(246,146,245); }
div.DivClassName
{
background-color: #F692F5;
}
.BgClassName
{
background-color: #F692F5;
}
</style>
border-color css
<style>
span { border-color: #F692F5; }
span { border-color: rgb(246,146,245); }
td.TdClassName
{
border-color: #F692F5;
}
.TagClassName
{
border-color: #F692F5;
}
</style>