Shades of Violet #F38DF0
Tints of Violet #F38DF0
RGB
CMYK
RGB Variations
Color information
#F38DF0 (or 0xF38DF0) is known color: Violet. HEX triplet: F3, 8D and F0. RGB value is (243,141,240). Sum of RGB (Red+Green+Blue) = 243+141+240=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 141 (55.47% from 255 or 22.60% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38DF0 is #0C720F. Grayscale: #B6B6B6. Windows color (decimal): -815632 or 15764979. OLE color: 15764979.
HSL color Cylindrical-coordinate representation of color #F38DF0: hue angle of 301.76º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38DF0 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 240 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.05 |
| HSL | 301.76º | 0.81% | 0.75% | - |
| HSV(B) | 301.76º | 0.42% | 0.95% | - |
| XYZ | 62.22 | 44.4 | 87.73 | - |
| YUV | 182.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 240 | 0 | 0.42 | 0.01 | 0.05 | 301.76 | 0.81 | 0.75 |
| Hex | F3 | 8D | F0 | 0 | 2A | 1 | 5 | 12E | 51 | 4B |
| Octal | 363 | 215 | 360 | 0 | 52 | 1 | 5 | 456 | 121 | 113 |
| Binary | 11110011 | 10001101 | 11110000 | 0 | 101010 | 1 | 101 | 100101110 | 1010001 | 1001011 |
Color Harmonies of #F38DF0
Complementary color
Monochromatic Colors of #F38DF0
Black with #F38DF0
Text Example
Text Example
White with #F38DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38DF0; }
p { color: rgb(243,141,240); }
H1.HeaderClassName
{
color: #F38DF0;
}
.AnyTagClassName
{
color: #F38DF0;
}
</style>
background-color css
<style>
a { background-color: #F38DF0; }
a { background-color: rgb(243,141,240); }
div.DivClassName
{
background-color: #F38DF0;
}
.BgClassName
{
background-color: #F38DF0;
}
</style>
border-color css
<style>
span { border-color: #F38DF0; }
span { border-color: rgb(243,141,240); }
td.TdClassName
{
border-color: #F38DF0;
}
.TagClassName
{
border-color: #F38DF0;
}
</style>