Shades of Violet #F381EE
Tints of Violet #F381EE
RGB
CMYK
RGB Variations
Color information
#F381EE (or 0xF381EE) is known color: Violet. HEX triplet: F3, 81 and EE. RGB value is (243,129,238). Sum of RGB (Red+Green+Blue) = 243+129+238=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 129 (50.78% from 255 or 21.15% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F381EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F381EE is #0C7E11. Grayscale: #AFAFAF. Windows color (decimal): -818706 or 15630835. OLE color: 15630835.
HSL color Cylindrical-coordinate representation of color #F381EE: hue angle of 302.63º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F381EE is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 238 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.05 |
| HSL | 302.63º | 0.83% | 0.73% | - |
| HSV(B) | 302.63º | 0.47% | 0.95% | - |
| XYZ | 60.25 | 40.93 | 85.61 | - |
| YUV | 175.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 238 | 0 | 0.47 | 0.02 | 0.05 | 302.63 | 0.83 | 0.73 |
| Hex | F3 | 81 | EE | 0 | 2F | 2 | 5 | 12F | 53 | 49 |
| Octal | 363 | 201 | 356 | 0 | 57 | 2 | 5 | 457 | 123 | 111 |
| Binary | 11110011 | 10000001 | 11101110 | 0 | 101111 | 10 | 101 | 100101111 | 1010011 | 1001001 |
Color Harmonies of #F381EE
Complementary color
Monochromatic Colors of #F381EE
Black with #F381EE
Text Example
Text Example
White with #F381EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381EE; }
p { color: rgb(243,129,238); }
H1.HeaderClassName
{
color: #F381EE;
}
.AnyTagClassName
{
color: #F381EE;
}
</style>
background-color css
<style>
a { background-color: #F381EE; }
a { background-color: rgb(243,129,238); }
div.DivClassName
{
background-color: #F381EE;
}
.BgClassName
{
background-color: #F381EE;
}
</style>
border-color css
<style>
span { border-color: #F381EE; }
span { border-color: rgb(243,129,238); }
td.TdClassName
{
border-color: #F381EE;
}
.TagClassName
{
border-color: #F381EE;
}
</style>