Shades of Violet #F38DFF
Tints of Violet #F38DFF
RGB
CMYK
RGB Variations
Color information
#F38DFF (or 0xF38DFF) is known color: Violet. HEX triplet: F3, 8D and FF. RGB value is (243,141,255). Sum of RGB (Red+Green+Blue) = 243+141+255=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 141 (55.47% from 255 or 22.07% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #F38DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38DFF is #0C7200. Grayscale: #B8B8B8. Windows color (decimal): -815617 or 16748019. OLE color: 16748019.
HSL color Cylindrical-coordinate representation of color #F38DFF: hue angle of 293.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F38DFF is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 141 | 255 | - |
| CMYK | 0.05 | 0.45 | 0 | 0 |
| HSL | 293.68º | 1% | 0.78% | - |
| HSV(B) | 293.68º | 0.45% | 1% | - |
| XYZ | 64.54 | 45.32 | 99.95 | - |
| YUV | 184.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 255 | 0.05 | 0.45 | 0 | 0 | 293.68 | 1 | 0.78 |
| Hex | F3 | 8D | FF | 5 | 2D | 0 | 0 | 126 | 64 | 4E |
| Octal | 363 | 215 | 377 | 5 | 55 | 0 | 0 | 446 | 144 | 116 |
| Binary | 11110011 | 10001101 | 11111111 | 101 | 101101 | 0 | 0 | 100100110 | 1100100 | 1001110 |
Color Harmonies of #F38DFF
Complementary color
Monochromatic Colors of #F38DFF
Black with #F38DFF
Text Example
Text Example
White with #F38DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38DFF; }
p { color: rgb(243,141,255); }
H1.HeaderClassName
{
color: #F38DFF;
}
.AnyTagClassName
{
color: #F38DFF;
}
</style>
background-color css
<style>
a { background-color: #F38DFF; }
a { background-color: rgb(243,141,255); }
div.DivClassName
{
background-color: #F38DFF;
}
.BgClassName
{
background-color: #F38DFF;
}
</style>
border-color css
<style>
span { border-color: #F38DFF; }
span { border-color: rgb(243,141,255); }
td.TdClassName
{
border-color: #F38DFF;
}
.TagClassName
{
border-color: #F38DFF;
}
</style>