Shades of Violet #F395EE
Tints of Violet #F395EE
RGB
CMYK
RGB Variations
Color information
#F395EE (or 0xF395EE) is known color: Violet. HEX triplet: F3, 95 and EE. RGB value is (243,149,238). Sum of RGB (Red+Green+Blue) = 243+149+238=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F395EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395EE is #0C6A11. Grayscale: #BABABA. Windows color (decimal): -813586 or 15635955. OLE color: 15635955.
HSL color Cylindrical-coordinate representation of color #F395EE: hue angle of 303.19º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395EE is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 238 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.05 |
| HSL | 303.19º | 0.8% | 0.77% | - |
| HSV(B) | 303.19º | 0.39% | 0.95% | - |
| XYZ | 63.14 | 46.72 | 86.58 | - |
| YUV | 187.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 238 | 0 | 0.39 | 0.02 | 0.05 | 303.19 | 0.8 | 0.77 |
| Hex | F3 | 95 | EE | 0 | 27 | 2 | 5 | 12F | 50 | 4D |
| Octal | 363 | 225 | 356 | 0 | 47 | 2 | 5 | 457 | 120 | 115 |
| Binary | 11110011 | 10010101 | 11101110 | 0 | 100111 | 10 | 101 | 100101111 | 1010000 | 1001101 |
Color Harmonies of #F395EE
Complementary color
Monochromatic Colors of #F395EE
Black with #F395EE
Text Example
Text Example
White with #F395EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395EE; }
p { color: rgb(243,149,238); }
H1.HeaderClassName
{
color: #F395EE;
}
.AnyTagClassName
{
color: #F395EE;
}
</style>
background-color css
<style>
a { background-color: #F395EE; }
a { background-color: rgb(243,149,238); }
div.DivClassName
{
background-color: #F395EE;
}
.BgClassName
{
background-color: #F395EE;
}
</style>
border-color css
<style>
span { border-color: #F395EE; }
span { border-color: rgb(243,149,238); }
td.TdClassName
{
border-color: #F395EE;
}
.TagClassName
{
border-color: #F395EE;
}
</style>