Shades of Violet #F490ED
Tints of Violet #F490ED
RGB
CMYK
RGB Variations
Color information
#F490ED (or 0xF490ED) is known color: Violet. HEX triplet: F4, 90 and ED. RGB value is (244,144,237). Sum of RGB (Red+Green+Blue) = 244+144+237=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F490ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F490ED is #0B6F12. Grayscale: #B8B8B8. Windows color (decimal): -749331 or 15569140. OLE color: 15569140.
HSL color Cylindrical-coordinate representation of color #F490ED: hue angle of 304.2º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F490ED is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 237 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.04 |
| HSL | 304.2º | 0.82% | 0.76% | - |
| HSV(B) | 304.2º | 0.41% | 0.96% | - |
| XYZ | 62.57 | 45.29 | 85.57 | - |
| YUV | 184.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 237 | 0 | 0.41 | 0.03 | 0.04 | 304.2 | 0.82 | 0.76 |
| Hex | F4 | 90 | ED | 0 | 29 | 3 | 4 | 130 | 52 | 4C |
| Octal | 364 | 220 | 355 | 0 | 51 | 3 | 4 | 460 | 122 | 114 |
| Binary | 11110100 | 10010000 | 11101101 | 0 | 101001 | 11 | 100 | 100110000 | 1010010 | 1001100 |
Color Harmonies of #F490ED
Complementary color
Monochromatic Colors of #F490ED
Black with #F490ED
Text Example
Text Example
White with #F490ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490ED; }
p { color: rgb(244,144,237); }
H1.HeaderClassName
{
color: #F490ED;
}
.AnyTagClassName
{
color: #F490ED;
}
</style>
background-color css
<style>
a { background-color: #F490ED; }
a { background-color: rgb(244,144,237); }
div.DivClassName
{
background-color: #F490ED;
}
.BgClassName
{
background-color: #F490ED;
}
</style>
border-color css
<style>
span { border-color: #F490ED; }
span { border-color: rgb(244,144,237); }
td.TdClassName
{
border-color: #F490ED;
}
.TagClassName
{
border-color: #F490ED;
}
</style>