Shades of Violet #F477EA
Tints of Violet #F477EA
RGB
CMYK
RGB Variations
Color information
#F477EA (or 0xF477EA) is known color: Violet. HEX triplet: F4, 77 and EA. RGB value is (244,119,234). Sum of RGB (Red+Green+Blue) = 244+119+234=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 119 (46.88% from 255 or 19.93% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F477EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F477EA is #0B8815. Grayscale: #A9A9A9. Windows color (decimal): -755734 or 15366132. OLE color: 15366132.
HSL color Cylindrical-coordinate representation of color #F477EA: hue angle of 304.8º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F477EA is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 234 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.04 |
| HSL | 304.8º | 0.85% | 0.71% | - |
| HSV(B) | 304.8º | 0.51% | 0.96% | - |
| XYZ | 58.76 | 38.37 | 82.15 | - |
| YUV | 169.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 234 | 0 | 0.51 | 0.04 | 0.04 | 304.8 | 0.85 | 0.71 |
| Hex | F4 | 77 | EA | 0 | 33 | 4 | 4 | 131 | 55 | 47 |
| Octal | 364 | 167 | 352 | 0 | 63 | 4 | 4 | 461 | 125 | 107 |
| Binary | 11110100 | 1110111 | 11101010 | 0 | 110011 | 100 | 100 | 100110001 | 1010101 | 1000111 |
Color Harmonies of #F477EA
Complementary color
Monochromatic Colors of #F477EA
Black with #F477EA
Text Example
Text Example
White with #F477EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F477EA; }
p { color: rgb(244,119,234); }
H1.HeaderClassName
{
color: #F477EA;
}
.AnyTagClassName
{
color: #F477EA;
}
</style>
background-color css
<style>
a { background-color: #F477EA; }
a { background-color: rgb(244,119,234); }
div.DivClassName
{
background-color: #F477EA;
}
.BgClassName
{
background-color: #F477EA;
}
</style>
border-color css
<style>
span { border-color: #F477EA; }
span { border-color: rgb(244,119,234); }
td.TdClassName
{
border-color: #F477EA;
}
.TagClassName
{
border-color: #F477EA;
}
</style>