Shades of Violet #F385F0
Tints of Violet #F385F0
RGB
CMYK
RGB Variations
Color information
#F385F0 (or 0xF385F0) is known color: Violet. HEX triplet: F3, 85 and F0. RGB value is (243,133,240). Sum of RGB (Red+Green+Blue) = 243+133+240=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 133 (52.34% from 255 or 21.59% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F385F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385F0 is #0C7A0F. Grayscale: #B1B1B1. Windows color (decimal): -817680 or 15762931. OLE color: 15762931.
HSL color Cylindrical-coordinate representation of color #F385F0: hue angle of 301.64º 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 #F385F0 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 240 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.05 |
| HSL | 301.64º | 0.82% | 0.74% | - |
| HSV(B) | 301.64º | 0.45% | 0.95% | - |
| XYZ | 61.08 | 42.12 | 87.35 | - |
| YUV | 178.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 240 | 0 | 0.45 | 0.01 | 0.05 | 301.64 | 0.82 | 0.74 |
| Hex | F3 | 85 | F0 | 0 | 2D | 1 | 5 | 12E | 52 | 4A |
| Octal | 363 | 205 | 360 | 0 | 55 | 1 | 5 | 456 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11110000 | 0 | 101101 | 1 | 101 | 100101110 | 1010010 | 1001010 |
Color Harmonies of #F385F0
Complementary color
Monochromatic Colors of #F385F0
Black with #F385F0
Text Example
Text Example
White with #F385F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385F0; }
p { color: rgb(243,133,240); }
H1.HeaderClassName
{
color: #F385F0;
}
.AnyTagClassName
{
color: #F385F0;
}
</style>
background-color css
<style>
a { background-color: #F385F0; }
a { background-color: rgb(243,133,240); }
div.DivClassName
{
background-color: #F385F0;
}
.BgClassName
{
background-color: #F385F0;
}
</style>
border-color css
<style>
span { border-color: #F385F0; }
span { border-color: rgb(243,133,240); }
td.TdClassName
{
border-color: #F385F0;
}
.TagClassName
{
border-color: #F385F0;
}
</style>