Shades of Violet #F671ED
Tints of Violet #F671ED
RGB
CMYK
RGB Variations
Color information
#F671ED (or 0xF671ED) is known color: Violet. HEX triplet: F6, 71 and ED. RGB value is (246,113,237). Sum of RGB (Red+Green+Blue) = 246+113+237=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 113 (44.53% from 255 or 18.96% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F671ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F671ED is #098E12. Grayscale: #A6A6A6. Windows color (decimal): -626195 or 15561206. OLE color: 15561206.
HSL color Cylindrical-coordinate representation of color #F671ED: hue angle of 304.06º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F671ED is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 237 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.04 |
| HSL | 304.06º | 0.88% | 0.7% | - |
| HSV(B) | 304.06º | 0.54% | 0.96% | - |
| XYZ | 59.2 | 37.52 | 84.24 | - |
| YUV | 166.9 | 167.56 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 237 | 0 | 0.54 | 0.04 | 0.04 | 304.06 | 0.88 | 0.7 |
| Hex | F6 | 71 | ED | 0 | 36 | 4 | 4 | 130 | 58 | 46 |
| Octal | 366 | 161 | 355 | 0 | 66 | 4 | 4 | 460 | 130 | 106 |
| Binary | 11110110 | 1110001 | 11101101 | 0 | 110110 | 100 | 100 | 100110000 | 1011000 | 1000110 |
Color Harmonies of #F671ED
Complementary color
Monochromatic Colors of #F671ED
Black with #F671ED
Text Example
Text Example
White with #F671ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F671ED; }
p { color: rgb(246,113,237); }
H1.HeaderClassName
{
color: #F671ED;
}
.AnyTagClassName
{
color: #F671ED;
}
</style>
background-color css
<style>
a { background-color: #F671ED; }
a { background-color: rgb(246,113,237); }
div.DivClassName
{
background-color: #F671ED;
}
.BgClassName
{
background-color: #F671ED;
}
</style>
border-color css
<style>
span { border-color: #F671ED; }
span { border-color: rgb(246,113,237); }
td.TdClassName
{
border-color: #F671ED;
}
.TagClassName
{
border-color: #F671ED;
}
</style>