Shades of Violet #F380EE
Tints of Violet #F380EE
RGB
CMYK
RGB Variations
Color information
#F380EE (or 0xF380EE) is known color: Violet. HEX triplet: F3, 80 and EE. RGB value is (243,128,238). Sum of RGB (Red+Green+Blue) = 243+128+238=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F380EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380EE is #0C7F11. Grayscale: #AEAEAE. Windows color (decimal): -818962 or 15630579. OLE color: 15630579.
HSL color Cylindrical-coordinate representation of color #F380EE: hue angle of 302.61º 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 #F380EE is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 238 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.05 |
| HSL | 302.61º | 0.83% | 0.73% | - |
| HSV(B) | 302.61º | 0.47% | 0.95% | - |
| XYZ | 60.11 | 40.67 | 85.57 | - |
| YUV | 174.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 238 | 0 | 0.47 | 0.02 | 0.05 | 302.61 | 0.83 | 0.73 |
| Hex | F3 | 80 | EE | 0 | 2F | 2 | 5 | 12F | 53 | 49 |
| Octal | 363 | 200 | 356 | 0 | 57 | 2 | 5 | 457 | 123 | 111 |
| Binary | 11110011 | 10000000 | 11101110 | 0 | 101111 | 10 | 101 | 100101111 | 1010011 | 1001001 |
Color Harmonies of #F380EE
Complementary color
Monochromatic Colors of #F380EE
Black with #F380EE
Text Example
Text Example
White with #F380EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380EE; }
p { color: rgb(243,128,238); }
H1.HeaderClassName
{
color: #F380EE;
}
.AnyTagClassName
{
color: #F380EE;
}
</style>
background-color css
<style>
a { background-color: #F380EE; }
a { background-color: rgb(243,128,238); }
div.DivClassName
{
background-color: #F380EE;
}
.BgClassName
{
background-color: #F380EE;
}
</style>
border-color css
<style>
span { border-color: #F380EE; }
span { border-color: rgb(243,128,238); }
td.TdClassName
{
border-color: #F380EE;
}
.TagClassName
{
border-color: #F380EE;
}
</style>