Shades of Violet #F798FA
Tints of Violet #F798FA
RGB
CMYK
RGB Variations
Color information
#F798FA (or 0xF798FA) is known color: Violet. HEX triplet: F7, 98 and FA. RGB value is (247,152,250). Sum of RGB (Red+Green+Blue) = 247+152+250=649 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.06% from 649); Green value is 152 (59.77% from 255 or 23.42% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #F798FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F798FA is #086705. Grayscale: #BFBFBF. Windows color (decimal): -550662 or 16423159. OLE color: 16423159.
HSL color Cylindrical-coordinate representation of color #F798FA: hue angle of 298.16º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F798FA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 152 | 250 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.02 |
| HSL | 298.16º | 0.91% | 0.79% | - |
| HSV(B) | 298.16º | 0.39% | 0.98% | - |
| XYZ | 66.84 | 49.13 | 96.4 | - |
| YUV | 191.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 250 | 0.01 | 0.39 | 0 | 0.02 | 298.16 | 0.91 | 0.79 |
| Hex | F7 | 98 | FA | 1 | 27 | 0 | 2 | 12A | 5B | 4F |
| Octal | 367 | 230 | 372 | 1 | 47 | 0 | 2 | 452 | 133 | 117 |
| Binary | 11110111 | 10011000 | 11111010 | 1 | 100111 | 0 | 10 | 100101010 | 1011011 | 1001111 |
Color Harmonies of #F798FA
Complementary color
Monochromatic Colors of #F798FA
Black with #F798FA
Text Example
Text Example
White with #F798FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798FA; }
p { color: rgb(247,152,250); }
H1.HeaderClassName
{
color: #F798FA;
}
.AnyTagClassName
{
color: #F798FA;
}
</style>
background-color css
<style>
a { background-color: #F798FA; }
a { background-color: rgb(247,152,250); }
div.DivClassName
{
background-color: #F798FA;
}
.BgClassName
{
background-color: #F798FA;
}
</style>
border-color css
<style>
span { border-color: #F798FA; }
span { border-color: rgb(247,152,250); }
td.TdClassName
{
border-color: #F798FA;
}
.TagClassName
{
border-color: #F798FA;
}
</style>