Shades of Violet #F395ED
Tints of Violet #F395ED
RGB
CMYK
RGB Variations
Color information
#F395ED (or 0xF395ED) is known color: Violet. HEX triplet: F3, 95 and ED. RGB value is (243,149,237). Sum of RGB (Red+Green+Blue) = 243+149+237=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F395ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395ED is #0C6A12. Grayscale: #BABABA. Windows color (decimal): -813587 or 15570419. OLE color: 15570419.
HSL color Cylindrical-coordinate representation of color #F395ED: hue angle of 303.83º 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 #F395ED is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 237 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.05 |
| HSL | 303.83º | 0.8% | 0.77% | - |
| HSV(B) | 303.83º | 0.39% | 0.95% | - |
| XYZ | 63 | 46.66 | 85.81 | - |
| YUV | 187.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 237 | 0 | 0.39 | 0.02 | 0.05 | 303.83 | 0.8 | 0.77 |
| Hex | F3 | 95 | ED | 0 | 27 | 2 | 5 | 130 | 50 | 4D |
| Octal | 363 | 225 | 355 | 0 | 47 | 2 | 5 | 460 | 120 | 115 |
| Binary | 11110011 | 10010101 | 11101101 | 0 | 100111 | 10 | 101 | 100110000 | 1010000 | 1001101 |
Color Harmonies of #F395ED
Complementary color
Monochromatic Colors of #F395ED
Black with #F395ED
Text Example
Text Example
White with #F395ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395ED; }
p { color: rgb(243,149,237); }
H1.HeaderClassName
{
color: #F395ED;
}
.AnyTagClassName
{
color: #F395ED;
}
</style>
background-color css
<style>
a { background-color: #F395ED; }
a { background-color: rgb(243,149,237); }
div.DivClassName
{
background-color: #F395ED;
}
.BgClassName
{
background-color: #F395ED;
}
</style>
border-color css
<style>
span { border-color: #F395ED; }
span { border-color: rgb(243,149,237); }
td.TdClassName
{
border-color: #F395ED;
}
.TagClassName
{
border-color: #F395ED;
}
</style>