Shades of Violet #F385ED
Tints of Violet #F385ED
RGB
CMYK
RGB Variations
Color information
#F385ED (or 0xF385ED) is known color: Violet. HEX triplet: F3, 85 and ED. RGB value is (243,133,237). Sum of RGB (Red+Green+Blue) = 243+133+237=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F385ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385ED is #0C7A12. Grayscale: #B1B1B1. Windows color (decimal): -817683 or 15566323. OLE color: 15566323.
HSL color Cylindrical-coordinate representation of color #F385ED: hue angle of 303.27º 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 #F385ED is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 237 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.05 |
| HSL | 303.27º | 0.82% | 0.74% | - |
| HSV(B) | 303.27º | 0.45% | 0.95% | - |
| XYZ | 60.64 | 41.94 | 85.02 | - |
| YUV | 177.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 237 | 0 | 0.45 | 0.02 | 0.05 | 303.27 | 0.82 | 0.74 |
| Hex | F3 | 85 | ED | 0 | 2D | 2 | 5 | 12F | 52 | 4A |
| Octal | 363 | 205 | 355 | 0 | 55 | 2 | 5 | 457 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11101101 | 0 | 101101 | 10 | 101 | 100101111 | 1010010 | 1001010 |
Color Harmonies of #F385ED
Complementary color
Monochromatic Colors of #F385ED
Black with #F385ED
Text Example
Text Example
White with #F385ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385ED; }
p { color: rgb(243,133,237); }
H1.HeaderClassName
{
color: #F385ED;
}
.AnyTagClassName
{
color: #F385ED;
}
</style>
background-color css
<style>
a { background-color: #F385ED; }
a { background-color: rgb(243,133,237); }
div.DivClassName
{
background-color: #F385ED;
}
.BgClassName
{
background-color: #F385ED;
}
</style>
border-color css
<style>
span { border-color: #F385ED; }
span { border-color: rgb(243,133,237); }
td.TdClassName
{
border-color: #F385ED;
}
.TagClassName
{
border-color: #F385ED;
}
</style>