Shades of Violet #F682F4
Tints of Violet #F682F4
RGB
CMYK
RGB Variations
Color information
#F682F4 (or 0xF682F4) is known color: Violet. HEX triplet: F6, 82 and F4. RGB value is (246,130,244). Sum of RGB (Red+Green+Blue) = 246+130+244=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 130 (51.17% from 255 or 20.97% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F682F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F682F4 is #097D0B. Grayscale: #B1B1B1. Windows color (decimal): -621836 or 16024310. OLE color: 16024310.
HSL color Cylindrical-coordinate representation of color #F682F4: hue angle of 301.03º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F682F4 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 244 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.04 |
| HSL | 301.03º | 0.87% | 0.74% | - |
| HSV(B) | 301.03º | 0.47% | 0.96% | - |
| XYZ | 62.32 | 42.09 | 90.43 | - |
| YUV | 177.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 244 | 0 | 0.47 | 0.01 | 0.04 | 301.03 | 0.87 | 0.74 |
| Hex | F6 | 82 | F4 | 0 | 2F | 1 | 4 | 12D | 57 | 4A |
| Octal | 366 | 202 | 364 | 0 | 57 | 1 | 4 | 455 | 127 | 112 |
| Binary | 11110110 | 10000010 | 11110100 | 0 | 101111 | 1 | 100 | 100101101 | 1010111 | 1001010 |
Color Harmonies of #F682F4
Complementary color
Monochromatic Colors of #F682F4
Black with #F682F4
Text Example
Text Example
White with #F682F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682F4; }
p { color: rgb(246,130,244); }
H1.HeaderClassName
{
color: #F682F4;
}
.AnyTagClassName
{
color: #F682F4;
}
</style>
background-color css
<style>
a { background-color: #F682F4; }
a { background-color: rgb(246,130,244); }
div.DivClassName
{
background-color: #F682F4;
}
.BgClassName
{
background-color: #F682F4;
}
</style>
border-color css
<style>
span { border-color: #F682F4; }
span { border-color: rgb(246,130,244); }
td.TdClassName
{
border-color: #F682F4;
}
.TagClassName
{
border-color: #F682F4;
}
</style>