Shades of Violet #F66FEA
Tints of Violet #F66FEA
RGB
CMYK
RGB Variations
Color information
#F66FEA (or 0xF66FEA) is known color: Violet. HEX triplet: F6, 6F and EA. RGB value is (246,111,234). Sum of RGB (Red+Green+Blue) = 246+111+234=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 111 (43.75% from 255 or 18.78% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66FEA is #099015. Grayscale: #A5A5A5. Windows color (decimal): -626710 or 15364086. OLE color: 15364086.
HSL color Cylindrical-coordinate representation of color #F66FEA: hue angle of 305.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66FEA is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 234 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.04 |
| HSL | 305.33º | 0.88% | 0.7% | - |
| HSV(B) | 305.33º | 0.55% | 0.96% | - |
| XYZ | 58.54 | 36.9 | 81.88 | - |
| YUV | 165.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 234 | 0 | 0.55 | 0.05 | 0.04 | 305.33 | 0.88 | 0.7 |
| Hex | F6 | 6F | EA | 0 | 37 | 5 | 4 | 131 | 58 | 46 |
| Octal | 366 | 157 | 352 | 0 | 67 | 5 | 4 | 461 | 130 | 106 |
| Binary | 11110110 | 1101111 | 11101010 | 0 | 110111 | 101 | 100 | 100110001 | 1011000 | 1000110 |
Color Harmonies of #F66FEA
Complementary color
Monochromatic Colors of #F66FEA
Black with #F66FEA
Text Example
Text Example
White with #F66FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66FEA; }
p { color: rgb(246,111,234); }
H1.HeaderClassName
{
color: #F66FEA;
}
.AnyTagClassName
{
color: #F66FEA;
}
</style>
background-color css
<style>
a { background-color: #F66FEA; }
a { background-color: rgb(246,111,234); }
div.DivClassName
{
background-color: #F66FEA;
}
.BgClassName
{
background-color: #F66FEA;
}
</style>
border-color css
<style>
span { border-color: #F66FEA; }
span { border-color: rgb(246,111,234); }
td.TdClassName
{
border-color: #F66FEA;
}
.TagClassName
{
border-color: #F66FEA;
}
</style>