Shades of Violet #F795F3
Tints of Violet #F795F3
RGB
CMYK
RGB Variations
Color information
#F795F3 (or 0xF795F3) is known color: Violet. HEX triplet: F7, 95 and F3. RGB value is (247,149,243). Sum of RGB (Red+Green+Blue) = 247+149+243=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 149 (58.59% from 255 or 23.32% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F795F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F795F3 is #086A0C. Grayscale: #BCBCBC. Windows color (decimal): -551437 or 15963639. OLE color: 15963639.
HSL color Cylindrical-coordinate representation of color #F795F3: hue angle of 302.45º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795F3 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 243 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.03 |
| HSL | 302.45º | 0.86% | 0.78% | - |
| HSV(B) | 302.45º | 0.4% | 0.97% | - |
| XYZ | 65.28 | 47.74 | 90.57 | - |
| YUV | 189.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 243 | 0 | 0.40 | 0.02 | 0.03 | 302.45 | 0.86 | 0.78 |
| Hex | F7 | 95 | F3 | 0 | 28 | 2 | 3 | 12E | 56 | 4E |
| Octal | 367 | 225 | 363 | 0 | 50 | 2 | 3 | 456 | 126 | 116 |
| Binary | 11110111 | 10010101 | 11110011 | 0 | 101000 | 10 | 11 | 100101110 | 1010110 | 1001110 |
Color Harmonies of #F795F3
Complementary color
Monochromatic Colors of #F795F3
Black with #F795F3
Text Example
Text Example
White with #F795F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F795F3; }
p { color: rgb(247,149,243); }
H1.HeaderClassName
{
color: #F795F3;
}
.AnyTagClassName
{
color: #F795F3;
}
</style>
background-color css
<style>
a { background-color: #F795F3; }
a { background-color: rgb(247,149,243); }
div.DivClassName
{
background-color: #F795F3;
}
.BgClassName
{
background-color: #F795F3;
}
</style>
border-color css
<style>
span { border-color: #F795F3; }
span { border-color: rgb(247,149,243); }
td.TdClassName
{
border-color: #F795F3;
}
.TagClassName
{
border-color: #F795F3;
}
</style>