Shades of Violet #F67FEC
Tints of Violet #F67FEC
RGB
CMYK
RGB Variations
Color information
#F67FEC (or 0xF67FEC) is known color: Violet. HEX triplet: F6, 7F and EC. RGB value is (246,127,236). Sum of RGB (Red+Green+Blue) = 246+127+236=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 127 (50% from 255 or 20.85% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67FEC is #098013. Grayscale: #AEAEAE. Windows color (decimal): -622612 or 15499254. OLE color: 15499254.
HSL color Cylindrical-coordinate representation of color #F67FEC: hue angle of 305.04º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F67FEC is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 236 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.04 |
| HSL | 305.04º | 0.87% | 0.73% | - |
| HSV(B) | 305.04º | 0.48% | 0.96% | - |
| XYZ | 60.74 | 40.83 | 84.04 | - |
| YUV | 175.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 236 | 0 | 0.48 | 0.04 | 0.04 | 305.04 | 0.87 | 0.73 |
| Hex | F6 | 7F | EC | 0 | 30 | 4 | 4 | 131 | 57 | 49 |
| Octal | 366 | 177 | 354 | 0 | 60 | 4 | 4 | 461 | 127 | 111 |
| Binary | 11110110 | 1111111 | 11101100 | 0 | 110000 | 100 | 100 | 100110001 | 1010111 | 1001001 |
Color Harmonies of #F67FEC
Complementary color
Monochromatic Colors of #F67FEC
Black with #F67FEC
Text Example
Text Example
White with #F67FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67FEC; }
p { color: rgb(246,127,236); }
H1.HeaderClassName
{
color: #F67FEC;
}
.AnyTagClassName
{
color: #F67FEC;
}
</style>
background-color css
<style>
a { background-color: #F67FEC; }
a { background-color: rgb(246,127,236); }
div.DivClassName
{
background-color: #F67FEC;
}
.BgClassName
{
background-color: #F67FEC;
}
</style>
border-color css
<style>
span { border-color: #F67FEC; }
span { border-color: rgb(246,127,236); }
td.TdClassName
{
border-color: #F67FEC;
}
.TagClassName
{
border-color: #F67FEC;
}
</style>