Shades of Violet #F47FEC
Tints of Violet #F47FEC
RGB
CMYK
RGB Variations
Color information
#F47FEC (or 0xF47FEC) is known color: Violet. HEX triplet: F4, 7F and EC. RGB value is (244,127,236). Sum of RGB (Red+Green+Blue) = 244+127+236=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 127 (50% from 255 or 20.92% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47FEC is #0B8013. Grayscale: #AEAEAE. Windows color (decimal): -753684 or 15499252. OLE color: 15499252.
HSL color Cylindrical-coordinate representation of color #F47FEC: hue angle of 304.1º degrees, saturation: 0.84, 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 #F47FEC is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 236 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.04 |
| HSL | 304.1º | 0.84% | 0.73% | - |
| HSV(B) | 304.1º | 0.48% | 0.96% | - |
| XYZ | 60.04 | 40.47 | 84 | - |
| YUV | 174.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 236 | 0 | 0.48 | 0.03 | 0.04 | 304.1 | 0.84 | 0.73 |
| Hex | F4 | 7F | EC | 0 | 30 | 3 | 4 | 130 | 54 | 49 |
| Octal | 364 | 177 | 354 | 0 | 60 | 3 | 4 | 460 | 124 | 111 |
| Binary | 11110100 | 1111111 | 11101100 | 0 | 110000 | 11 | 100 | 100110000 | 1010100 | 1001001 |
Color Harmonies of #F47FEC
Complementary color
Monochromatic Colors of #F47FEC
Black with #F47FEC
Text Example
Text Example
White with #F47FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47FEC; }
p { color: rgb(244,127,236); }
H1.HeaderClassName
{
color: #F47FEC;
}
.AnyTagClassName
{
color: #F47FEC;
}
</style>
background-color css
<style>
a { background-color: #F47FEC; }
a { background-color: rgb(244,127,236); }
div.DivClassName
{
background-color: #F47FEC;
}
.BgClassName
{
background-color: #F47FEC;
}
</style>
border-color css
<style>
span { border-color: #F47FEC; }
span { border-color: rgb(244,127,236); }
td.TdClassName
{
border-color: #F47FEC;
}
.TagClassName
{
border-color: #F47FEC;
}
</style>