Shades of Violet #F675EF
Tints of Violet #F675EF
RGB
CMYK
RGB Variations
Color information
#F675EF (or 0xF675EF) is known color: Violet. HEX triplet: F6, 75 and EF. RGB value is (246,117,239). Sum of RGB (Red+Green+Blue) = 246+117+239=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 117 (46.09% from 255 or 19.44% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F675EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F675EF is #098A10. Grayscale: #A9A9A9. Windows color (decimal): -625169 or 15693302. OLE color: 15693302.
HSL color Cylindrical-coordinate representation of color #F675EF: hue angle of 303.26º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F675EF is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 239 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.04 |
| HSL | 303.26º | 0.88% | 0.71% | - |
| HSV(B) | 303.26º | 0.52% | 0.96% | - |
| XYZ | 59.95 | 38.55 | 85.94 | - |
| YUV | 169.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 239 | 0 | 0.52 | 0.03 | 0.04 | 303.26 | 0.88 | 0.71 |
| Hex | F6 | 75 | EF | 0 | 34 | 3 | 4 | 12F | 58 | 47 |
| Octal | 366 | 165 | 357 | 0 | 64 | 3 | 4 | 457 | 130 | 107 |
| Binary | 11110110 | 1110101 | 11101111 | 0 | 110100 | 11 | 100 | 100101111 | 1011000 | 1000111 |
Color Harmonies of #F675EF
Complementary color
Monochromatic Colors of #F675EF
Black with #F675EF
Text Example
Text Example
White with #F675EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F675EF; }
p { color: rgb(246,117,239); }
H1.HeaderClassName
{
color: #F675EF;
}
.AnyTagClassName
{
color: #F675EF;
}
</style>
background-color css
<style>
a { background-color: #F675EF; }
a { background-color: rgb(246,117,239); }
div.DivClassName
{
background-color: #F675EF;
}
.BgClassName
{
background-color: #F675EF;
}
</style>
border-color css
<style>
span { border-color: #F675EF; }
span { border-color: rgb(246,117,239); }
td.TdClassName
{
border-color: #F675EF;
}
.TagClassName
{
border-color: #F675EF;
}
</style>