Shades of Violet #F48DF1
Tints of Violet #F48DF1
RGB
CMYK
RGB Variations
Color information
#F48DF1 (or 0xF48DF1) is known color: Violet. HEX triplet: F4, 8D and F1. RGB value is (244,141,241). Sum of RGB (Red+Green+Blue) = 244+141+241=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 141 (55.47% from 255 or 22.52% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48DF1 is #0B720E. Grayscale: #B6B6B6. Windows color (decimal): -750095 or 15830516. OLE color: 15830516.
HSL color Cylindrical-coordinate representation of color #F48DF1: hue angle of 301.75º 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 #F48DF1 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 241 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.04 |
| HSL | 301.75º | 0.82% | 0.75% | - |
| HSV(B) | 301.75º | 0.42% | 0.96% | - |
| XYZ | 62.71 | 44.63 | 88.53 | - |
| YUV | 183.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 241 | 0 | 0.42 | 0.01 | 0.04 | 301.75 | 0.82 | 0.75 |
| Hex | F4 | 8D | F1 | 0 | 2A | 1 | 4 | 12E | 52 | 4B |
| Octal | 364 | 215 | 361 | 0 | 52 | 1 | 4 | 456 | 122 | 113 |
| Binary | 11110100 | 10001101 | 11110001 | 0 | 101010 | 1 | 100 | 100101110 | 1010010 | 1001011 |
Color Harmonies of #F48DF1
Complementary color
Monochromatic Colors of #F48DF1
Black with #F48DF1
Text Example
Text Example
White with #F48DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DF1; }
p { color: rgb(244,141,241); }
H1.HeaderClassName
{
color: #F48DF1;
}
.AnyTagClassName
{
color: #F48DF1;
}
</style>
background-color css
<style>
a { background-color: #F48DF1; }
a { background-color: rgb(244,141,241); }
div.DivClassName
{
background-color: #F48DF1;
}
.BgClassName
{
background-color: #F48DF1;
}
</style>
border-color css
<style>
span { border-color: #F48DF1; }
span { border-color: rgb(244,141,241); }
td.TdClassName
{
border-color: #F48DF1;
}
.TagClassName
{
border-color: #F48DF1;
}
</style>