Shades of Violet #F38DF4
Tints of Violet #F38DF4
RGB
CMYK
RGB Variations
Color information
#F38DF4 (or 0xF38DF4) is known color: Violet. HEX triplet: F3, 8D and F4. RGB value is (243,141,244). Sum of RGB (Red+Green+Blue) = 243+141+244=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 141 (55.47% from 255 or 22.45% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 244 - color contains mainly: blue. Hex color #F38DF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38DF4 is #0C720B. Grayscale: #B6B6B6. Windows color (decimal): -815628 or 16027123. OLE color: 16027123.
HSL color Cylindrical-coordinate representation of color #F38DF4: hue angle of 299.42º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38DF4 is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 141 | 244 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.04 |
| HSL | 299.42º | 0.82% | 0.75% | - |
| HSV(B) | 299.42º | 0.42% | 0.96% | - |
| XYZ | 62.82 | 44.64 | 90.89 | - |
| YUV | 183.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 244 | 0.00 | 0.42 | 0 | 0.04 | 299.42 | 0.82 | 0.75 |
| Hex | F3 | 8D | F4 | 0 | 2A | 0 | 4 | 12B | 52 | 4B |
| Octal | 363 | 215 | 364 | 0 | 52 | 0 | 4 | 453 | 122 | 113 |
| Binary | 11110011 | 10001101 | 11110100 | 0 | 101010 | 0 | 100 | 100101011 | 1010010 | 1001011 |
Color Harmonies of #F38DF4
Complementary color
Monochromatic Colors of #F38DF4
Black with #F38DF4
Text Example
Text Example
White with #F38DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38DF4; }
p { color: rgb(243,141,244); }
H1.HeaderClassName
{
color: #F38DF4;
}
.AnyTagClassName
{
color: #F38DF4;
}
</style>
background-color css
<style>
a { background-color: #F38DF4; }
a { background-color: rgb(243,141,244); }
div.DivClassName
{
background-color: #F38DF4;
}
.BgClassName
{
background-color: #F38DF4;
}
</style>
border-color css
<style>
span { border-color: #F38DF4; }
span { border-color: rgb(243,141,244); }
td.TdClassName
{
border-color: #F38DF4;
}
.TagClassName
{
border-color: #F38DF4;
}
</style>