Shades of Violet #F385EE
Tints of Violet #F385EE
RGB
CMYK
RGB Variations
Color information
#F385EE (or 0xF385EE) is known color: Violet. HEX triplet: F3, 85 and EE. RGB value is (243,133,238). Sum of RGB (Red+Green+Blue) = 243+133+238=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F385EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385EE is #0C7A11. Grayscale: #B1B1B1. Windows color (decimal): -817682 or 15631859. OLE color: 15631859.
HSL color Cylindrical-coordinate representation of color #F385EE: hue angle of 302.73º 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 #F385EE is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 238 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.05 |
| HSL | 302.73º | 0.82% | 0.74% | - |
| HSV(B) | 302.73º | 0.45% | 0.95% | - |
| XYZ | 60.78 | 42 | 85.79 | - |
| YUV | 177.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 238 | 0 | 0.45 | 0.02 | 0.05 | 302.73 | 0.82 | 0.74 |
| Hex | F3 | 85 | EE | 0 | 2D | 2 | 5 | 12F | 52 | 4A |
| Octal | 363 | 205 | 356 | 0 | 55 | 2 | 5 | 457 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11101110 | 0 | 101101 | 10 | 101 | 100101111 | 1010010 | 1001010 |
Color Harmonies of #F385EE
Complementary color
Monochromatic Colors of #F385EE
Black with #F385EE
Text Example
Text Example
White with #F385EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385EE; }
p { color: rgb(243,133,238); }
H1.HeaderClassName
{
color: #F385EE;
}
.AnyTagClassName
{
color: #F385EE;
}
</style>
background-color css
<style>
a { background-color: #F385EE; }
a { background-color: rgb(243,133,238); }
div.DivClassName
{
background-color: #F385EE;
}
.BgClassName
{
background-color: #F385EE;
}
</style>
border-color css
<style>
span { border-color: #F385EE; }
span { border-color: rgb(243,133,238); }
td.TdClassName
{
border-color: #F385EE;
}
.TagClassName
{
border-color: #F385EE;
}
</style>