Shades of Violet #F385EF
Tints of Violet #F385EF
RGB
CMYK
RGB Variations
Color information
#F385EF (or 0xF385EF) is known color: Violet. HEX triplet: F3, 85 and EF. RGB value is (243,133,239). Sum of RGB (Red+Green+Blue) = 243+133+239=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F385EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385EF is #0C7A10. Grayscale: #B1B1B1. Windows color (decimal): -817681 or 15697395. OLE color: 15697395.
HSL color Cylindrical-coordinate representation of color #F385EF: hue angle of 302.18º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F385EF is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 239 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.05 |
| HSL | 302.18º | 0.82% | 0.74% | - |
| HSV(B) | 302.18º | 0.45% | 0.95% | - |
| XYZ | 60.93 | 42.06 | 86.57 | - |
| YUV | 177.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 239 | 0 | 0.45 | 0.02 | 0.05 | 302.18 | 0.82 | 0.74 |
| Hex | F3 | 85 | EF | 0 | 2D | 2 | 5 | 12E | 52 | 4A |
| Octal | 363 | 205 | 357 | 0 | 55 | 2 | 5 | 456 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11101111 | 0 | 101101 | 10 | 101 | 100101110 | 1010010 | 1001010 |
Color Harmonies of #F385EF
Complementary color
Monochromatic Colors of #F385EF
Black with #F385EF
Text Example
Text Example
White with #F385EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385EF; }
p { color: rgb(243,133,239); }
H1.HeaderClassName
{
color: #F385EF;
}
.AnyTagClassName
{
color: #F385EF;
}
</style>
background-color css
<style>
a { background-color: #F385EF; }
a { background-color: rgb(243,133,239); }
div.DivClassName
{
background-color: #F385EF;
}
.BgClassName
{
background-color: #F385EF;
}
</style>
border-color css
<style>
span { border-color: #F385EF; }
span { border-color: rgb(243,133,239); }
td.TdClassName
{
border-color: #F385EF;
}
.TagClassName
{
border-color: #F385EF;
}
</style>