Shades of Violet #F673F0
Tints of Violet #F673F0
RGB
CMYK
RGB Variations
Color information
#F673F0 (or 0xF673F0) is known color: Violet. HEX triplet: F6, 73 and F0. RGB value is (246,115,240). Sum of RGB (Red+Green+Blue) = 246+115+240=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 115 (45.31% from 255 or 19.13% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F673F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F673F0 is #098C0F. Grayscale: #A8A8A8. Windows color (decimal): -625680 or 15758326. OLE color: 15758326.
HSL color Cylindrical-coordinate representation of color #F673F0: hue angle of 302.75º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F673F0 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 240 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.04 |
| HSL | 302.75º | 0.88% | 0.71% | - |
| HSV(B) | 302.75º | 0.53% | 0.96% | - |
| XYZ | 59.86 | 38.15 | 86.65 | - |
| YUV | 168.42 | 168.4 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 240 | 0 | 0.53 | 0.02 | 0.04 | 302.75 | 0.88 | 0.71 |
| Hex | F6 | 73 | F0 | 0 | 35 | 2 | 4 | 12F | 58 | 47 |
| Octal | 366 | 163 | 360 | 0 | 65 | 2 | 4 | 457 | 130 | 107 |
| Binary | 11110110 | 1110011 | 11110000 | 0 | 110101 | 10 | 100 | 100101111 | 1011000 | 1000111 |
Color Harmonies of #F673F0
Complementary color
Monochromatic Colors of #F673F0
Black with #F673F0
Text Example
Text Example
White with #F673F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F673F0; }
p { color: rgb(246,115,240); }
H1.HeaderClassName
{
color: #F673F0;
}
.AnyTagClassName
{
color: #F673F0;
}
</style>
background-color css
<style>
a { background-color: #F673F0; }
a { background-color: rgb(246,115,240); }
div.DivClassName
{
background-color: #F673F0;
}
.BgClassName
{
background-color: #F673F0;
}
</style>
border-color css
<style>
span { border-color: #F673F0; }
span { border-color: rgb(246,115,240); }
td.TdClassName
{
border-color: #F673F0;
}
.TagClassName
{
border-color: #F673F0;
}
</style>