Shades of Violet #F48BEC
Tints of Violet #F48BEC
RGB
CMYK
RGB Variations
Color information
#F48BEC (or 0xF48BEC) is known color: Violet. HEX triplet: F4, 8B and EC. RGB value is (244,139,236). Sum of RGB (Red+Green+Blue) = 244+139+236=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 139 (54.69% from 255 or 22.46% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48BEC is #0B7413. Grayscale: #B5B5B5. Windows color (decimal): -750612 or 15502324. OLE color: 15502324.
HSL color Cylindrical-coordinate representation of color #F48BEC: hue angle of 304.57º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48BEC is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 139 | 236 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.04 |
| HSL | 304.57º | 0.83% | 0.75% | - |
| HSV(B) | 304.57º | 0.43% | 0.96% | - |
| XYZ | 61.68 | 43.75 | 84.55 | - |
| YUV | 181.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 236 | 0 | 0.43 | 0.03 | 0.04 | 304.57 | 0.83 | 0.75 |
| Hex | F4 | 8B | EC | 0 | 2B | 3 | 4 | 131 | 53 | 4B |
| Octal | 364 | 213 | 354 | 0 | 53 | 3 | 4 | 461 | 123 | 113 |
| Binary | 11110100 | 10001011 | 11101100 | 0 | 101011 | 11 | 100 | 100110001 | 1010011 | 1001011 |
Color Harmonies of #F48BEC
Complementary color
Monochromatic Colors of #F48BEC
Black with #F48BEC
Text Example
Text Example
White with #F48BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48BEC; }
p { color: rgb(244,139,236); }
H1.HeaderClassName
{
color: #F48BEC;
}
.AnyTagClassName
{
color: #F48BEC;
}
</style>
background-color css
<style>
a { background-color: #F48BEC; }
a { background-color: rgb(244,139,236); }
div.DivClassName
{
background-color: #F48BEC;
}
.BgClassName
{
background-color: #F48BEC;
}
</style>
border-color css
<style>
span { border-color: #F48BEC; }
span { border-color: rgb(244,139,236); }
td.TdClassName
{
border-color: #F48BEC;
}
.TagClassName
{
border-color: #F48BEC;
}
</style>