Shades of Violet #F393F0
Tints of Violet #F393F0
RGB
CMYK
RGB Variations
Color information
#F393F0 (or 0xF393F0) is known color: Violet. HEX triplet: F3, 93 and F0. RGB value is (243,147,240). Sum of RGB (Red+Green+Blue) = 243+147+240=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F393F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F393F0 is #0C6C0F. Grayscale: #BABABA. Windows color (decimal): -814096 or 15766515. OLE color: 15766515.
HSL color Cylindrical-coordinate representation of color #F393F0: hue angle of 301.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F393F0 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 240 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.05 |
| HSL | 301.88º | 0.8% | 0.76% | - |
| HSV(B) | 301.88º | 0.4% | 0.95% | - |
| XYZ | 63.12 | 46.21 | 88.03 | - |
| YUV | 186.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 240 | 0 | 0.40 | 0.01 | 0.05 | 301.88 | 0.8 | 0.76 |
| Hex | F3 | 93 | F0 | 0 | 28 | 1 | 5 | 12E | 50 | 4C |
| Octal | 363 | 223 | 360 | 0 | 50 | 1 | 5 | 456 | 120 | 114 |
| Binary | 11110011 | 10010011 | 11110000 | 0 | 101000 | 1 | 101 | 100101110 | 1010000 | 1001100 |
Color Harmonies of #F393F0
Complementary color
Monochromatic Colors of #F393F0
Black with #F393F0
Text Example
Text Example
White with #F393F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393F0; }
p { color: rgb(243,147,240); }
H1.HeaderClassName
{
color: #F393F0;
}
.AnyTagClassName
{
color: #F393F0;
}
</style>
background-color css
<style>
a { background-color: #F393F0; }
a { background-color: rgb(243,147,240); }
div.DivClassName
{
background-color: #F393F0;
}
.BgClassName
{
background-color: #F393F0;
}
</style>
border-color css
<style>
span { border-color: #F393F0; }
span { border-color: rgb(243,147,240); }
td.TdClassName
{
border-color: #F393F0;
}
.TagClassName
{
border-color: #F393F0;
}
</style>