Shades of Violet #F47CEA
Tints of Violet #F47CEA
RGB
CMYK
RGB Variations
Color information
#F47CEA (or 0xF47CEA) is known color: Violet. HEX triplet: F4, 7C and EA. RGB value is (244,124,234). Sum of RGB (Red+Green+Blue) = 244+124+234=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 124 (48.83% from 255 or 20.60% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47CEA is #0B8315. Grayscale: #ACACAC. Windows color (decimal): -754454 or 15367412. OLE color: 15367412.
HSL color Cylindrical-coordinate representation of color #F47CEA: hue angle of 305º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47CEA is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 234 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.04 |
| HSL | 305º | 0.85% | 0.72% | - |
| HSV(B) | 305º | 0.49% | 0.96% | - |
| XYZ | 59.37 | 39.59 | 82.35 | - |
| YUV | 172.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 234 | 0 | 0.49 | 0.04 | 0.04 | 305 | 0.85 | 0.72 |
| Hex | F4 | 7C | EA | 0 | 31 | 4 | 4 | 131 | 55 | 48 |
| Octal | 364 | 174 | 352 | 0 | 61 | 4 | 4 | 461 | 125 | 110 |
| Binary | 11110100 | 1111100 | 11101010 | 0 | 110001 | 100 | 100 | 100110001 | 1010101 | 1001000 |
Color Harmonies of #F47CEA
Complementary color
Monochromatic Colors of #F47CEA
Black with #F47CEA
Text Example
Text Example
White with #F47CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47CEA; }
p { color: rgb(244,124,234); }
H1.HeaderClassName
{
color: #F47CEA;
}
.AnyTagClassName
{
color: #F47CEA;
}
</style>
background-color css
<style>
a { background-color: #F47CEA; }
a { background-color: rgb(244,124,234); }
div.DivClassName
{
background-color: #F47CEA;
}
.BgClassName
{
background-color: #F47CEA;
}
</style>
border-color css
<style>
span { border-color: #F47CEA; }
span { border-color: rgb(244,124,234); }
td.TdClassName
{
border-color: #F47CEA;
}
.TagClassName
{
border-color: #F47CEA;
}
</style>