Shades of Violet #F795F9
Tints of Violet #F795F9
RGB
CMYK
RGB Variations
Color information
#F795F9 (or 0xF795F9) is known color: Violet. HEX triplet: F7, 95 and F9. RGB value is (247,149,249). Sum of RGB (Red+Green+Blue) = 247+149+249=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 149 (58.59% from 255 or 23.10% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #F795F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F795F9 is #086A06. Grayscale: #BDBDBD. Windows color (decimal): -551431 or 16356855. OLE color: 16356855.
HSL color Cylindrical-coordinate representation of color #F795F9: hue angle of 298.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795F9 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 149 | 249 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.02 |
| HSL | 298.8º | 0.89% | 0.78% | - |
| HSV(B) | 298.8º | 0.4% | 0.98% | - |
| XYZ | 66.2 | 48.11 | 95.42 | - |
| YUV | 189.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 249 | 0.01 | 0.40 | 0 | 0.02 | 298.8 | 0.89 | 0.78 |
| Hex | F7 | 95 | F9 | 1 | 28 | 0 | 2 | 12B | 59 | 4E |
| Octal | 367 | 225 | 371 | 1 | 50 | 0 | 2 | 453 | 131 | 116 |
| Binary | 11110111 | 10010101 | 11111001 | 1 | 101000 | 0 | 10 | 100101011 | 1011001 | 1001110 |
Color Harmonies of #F795F9
Complementary color
Monochromatic Colors of #F795F9
Black with #F795F9
Text Example
Text Example
White with #F795F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F795F9; }
p { color: rgb(247,149,249); }
H1.HeaderClassName
{
color: #F795F9;
}
.AnyTagClassName
{
color: #F795F9;
}
</style>
background-color css
<style>
a { background-color: #F795F9; }
a { background-color: rgb(247,149,249); }
div.DivClassName
{
background-color: #F795F9;
}
.BgClassName
{
background-color: #F795F9;
}
</style>
border-color css
<style>
span { border-color: #F795F9; }
span { border-color: rgb(247,149,249); }
td.TdClassName
{
border-color: #F795F9;
}
.TagClassName
{
border-color: #F795F9;
}
</style>