Shades of Violet #F48DF5
Tints of Violet #F48DF5
RGB
CMYK
RGB Variations
Color information
#F48DF5 (or 0xF48DF5) is known color: Violet. HEX triplet: F4, 8D and F5. RGB value is (244,141,245). Sum of RGB (Red+Green+Blue) = 244+141+245=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 141 (55.47% from 255 or 22.38% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #F48DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48DF5 is #0B720A. Grayscale: #B7B7B7. Windows color (decimal): -750091 or 16092660. OLE color: 16092660.
HSL color Cylindrical-coordinate representation of color #F48DF5: hue angle of 299.42º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48DF5 is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 245 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.04 |
| HSL | 299.42º | 0.84% | 0.76% | - |
| HSV(B) | 299.42º | 0.42% | 0.96% | - |
| XYZ | 63.31 | 44.88 | 91.71 | - |
| YUV | 183.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 245 | 0.00 | 0.42 | 0 | 0.04 | 299.42 | 0.84 | 0.76 |
| Hex | F4 | 8D | F5 | 0 | 2A | 0 | 4 | 12B | 54 | 4C |
| Octal | 364 | 215 | 365 | 0 | 52 | 0 | 4 | 453 | 124 | 114 |
| Binary | 11110100 | 10001101 | 11110101 | 0 | 101010 | 0 | 100 | 100101011 | 1010100 | 1001100 |
Color Harmonies of #F48DF5
Complementary color
Monochromatic Colors of #F48DF5
Black with #F48DF5
Text Example
Text Example
White with #F48DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DF5; }
p { color: rgb(244,141,245); }
H1.HeaderClassName
{
color: #F48DF5;
}
.AnyTagClassName
{
color: #F48DF5;
}
</style>
background-color css
<style>
a { background-color: #F48DF5; }
a { background-color: rgb(244,141,245); }
div.DivClassName
{
background-color: #F48DF5;
}
.BgClassName
{
background-color: #F48DF5;
}
</style>
border-color css
<style>
span { border-color: #F48DF5; }
span { border-color: rgb(244,141,245); }
td.TdClassName
{
border-color: #F48DF5;
}
.TagClassName
{
border-color: #F48DF5;
}
</style>