Shades of Violet #F795FA
Tints of Violet #F795FA
RGB
CMYK
RGB Variations
Color information
#F795FA (or 0xF795FA) is known color: Violet. HEX triplet: F7, 95 and FA. RGB value is (247,149,250). Sum of RGB (Red+Green+Blue) = 247+149+250=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 149 (58.59% from 255 or 23.07% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #F795FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F795FA is #086A05. Grayscale: #BDBDBD. Windows color (decimal): -551430 or 16422391. OLE color: 16422391.
HSL color Cylindrical-coordinate representation of color #F795FA: hue angle of 298.22º degrees, saturation: 0.91, 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 #F795FA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 149 | 250 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.02 |
| HSL | 298.22º | 0.91% | 0.78% | - |
| HSV(B) | 298.22º | 0.4% | 0.98% | - |
| XYZ | 66.36 | 48.17 | 96.24 | - |
| YUV | 189.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 250 | 0.01 | 0.40 | 0 | 0.02 | 298.22 | 0.91 | 0.78 |
| Hex | F7 | 95 | FA | 1 | 28 | 0 | 2 | 12A | 5B | 4E |
| Octal | 367 | 225 | 372 | 1 | 50 | 0 | 2 | 452 | 133 | 116 |
| Binary | 11110111 | 10010101 | 11111010 | 1 | 101000 | 0 | 10 | 100101010 | 1011011 | 1001110 |
Color Harmonies of #F795FA
Complementary color
Monochromatic Colors of #F795FA
Black with #F795FA
Text Example
Text Example
White with #F795FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F795FA; }
p { color: rgb(247,149,250); }
H1.HeaderClassName
{
color: #F795FA;
}
.AnyTagClassName
{
color: #F795FA;
}
</style>
background-color css
<style>
a { background-color: #F795FA; }
a { background-color: rgb(247,149,250); }
div.DivClassName
{
background-color: #F795FA;
}
.BgClassName
{
background-color: #F795FA;
}
</style>
border-color css
<style>
span { border-color: #F795FA; }
span { border-color: rgb(247,149,250); }
td.TdClassName
{
border-color: #F795FA;
}
.TagClassName
{
border-color: #F795FA;
}
</style>