Shades of Violet #F38BEC
Tints of Violet #F38BEC
RGB
CMYK
RGB Variations
Color information
#F38BEC (or 0xF38BEC) is known color: Violet. HEX triplet: F3, 8B and EC. RGB value is (243,139,236). Sum of RGB (Red+Green+Blue) = 243+139+236=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 139 (54.69% from 255 or 22.49% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38BEC is #0C7413. Grayscale: #B4B4B4. Windows color (decimal): -816148 or 15502323. OLE color: 15502323.
HSL color Cylindrical-coordinate representation of color #F38BEC: hue angle of 304.04º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38BEC is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 236 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.05 |
| HSL | 304.04º | 0.81% | 0.75% | - |
| HSV(B) | 304.04º | 0.43% | 0.95% | - |
| XYZ | 61.34 | 43.58 | 84.54 | - |
| YUV | 181.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 236 | 0 | 0.43 | 0.03 | 0.05 | 304.04 | 0.81 | 0.75 |
| Hex | F3 | 8B | EC | 0 | 2B | 3 | 5 | 130 | 51 | 4B |
| Octal | 363 | 213 | 354 | 0 | 53 | 3 | 5 | 460 | 121 | 113 |
| Binary | 11110011 | 10001011 | 11101100 | 0 | 101011 | 11 | 101 | 100110000 | 1010001 | 1001011 |
Color Harmonies of #F38BEC
Complementary color
Monochromatic Colors of #F38BEC
Black with #F38BEC
Text Example
Text Example
White with #F38BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BEC; }
p { color: rgb(243,139,236); }
H1.HeaderClassName
{
color: #F38BEC;
}
.AnyTagClassName
{
color: #F38BEC;
}
</style>
background-color css
<style>
a { background-color: #F38BEC; }
a { background-color: rgb(243,139,236); }
div.DivClassName
{
background-color: #F38BEC;
}
.BgClassName
{
background-color: #F38BEC;
}
</style>
border-color css
<style>
span { border-color: #F38BEC; }
span { border-color: rgb(243,139,236); }
td.TdClassName
{
border-color: #F38BEC;
}
.TagClassName
{
border-color: #F38BEC;
}
</style>