Shades of Violet #F48DF0
Tints of Violet #F48DF0
RGB
CMYK
RGB Variations
Color information
#F48DF0 (or 0xF48DF0) is known color: Violet. HEX triplet: F4, 8D and F0. RGB value is (244,141,240). Sum of RGB (Red+Green+Blue) = 244+141+240=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 141 (55.47% from 255 or 22.56% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48DF0 is #0B720F. Grayscale: #B6B6B6. Windows color (decimal): -750096 or 15764980. OLE color: 15764980.
HSL color Cylindrical-coordinate representation of color #F48DF0: hue angle of 302.33º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48DF0 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 240 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.04 |
| HSL | 302.33º | 0.82% | 0.75% | - |
| HSV(B) | 302.33º | 0.42% | 0.96% | - |
| XYZ | 62.56 | 44.57 | 87.74 | - |
| YUV | 183.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 240 | 0 | 0.42 | 0.02 | 0.04 | 302.33 | 0.82 | 0.75 |
| Hex | F4 | 8D | F0 | 0 | 2A | 2 | 4 | 12E | 52 | 4B |
| Octal | 364 | 215 | 360 | 0 | 52 | 2 | 4 | 456 | 122 | 113 |
| Binary | 11110100 | 10001101 | 11110000 | 0 | 101010 | 10 | 100 | 100101110 | 1010010 | 1001011 |
Color Harmonies of #F48DF0
Complementary color
Monochromatic Colors of #F48DF0
Black with #F48DF0
Text Example
Text Example
White with #F48DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DF0; }
p { color: rgb(244,141,240); }
H1.HeaderClassName
{
color: #F48DF0;
}
.AnyTagClassName
{
color: #F48DF0;
}
</style>
background-color css
<style>
a { background-color: #F48DF0; }
a { background-color: rgb(244,141,240); }
div.DivClassName
{
background-color: #F48DF0;
}
.BgClassName
{
background-color: #F48DF0;
}
</style>
border-color css
<style>
span { border-color: #F48DF0; }
span { border-color: rgb(244,141,240); }
td.TdClassName
{
border-color: #F48DF0;
}
.TagClassName
{
border-color: #F48DF0;
}
</style>