Shades of Violet #F798FC
Tints of Violet #F798FC
RGB
CMYK
RGB Variations
Color information
#F798FC (or 0xF798FC) is known color: Violet. HEX triplet: F7, 98 and FC. RGB value is (247,152,252). Sum of RGB (Red+Green+Blue) = 247+152+252=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 152 (59.77% from 255 or 23.35% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #F798FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F798FC is #086703. Grayscale: #BFBFBF. Windows color (decimal): -550660 or 16554231. OLE color: 16554231.
HSL color Cylindrical-coordinate representation of color #F798FC: hue angle of 297º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F798FC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 152 | 252 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.01 |
| HSL | 297º | 0.94% | 0.79% | - |
| HSV(B) | 297º | 0.4% | 0.99% | - |
| XYZ | 67.16 | 49.26 | 98.06 | - |
| YUV | 191.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 252 | 0.02 | 0.40 | 0 | 0.01 | 297 | 0.94 | 0.79 |
| Hex | F7 | 98 | FC | 2 | 28 | 0 | 1 | 129 | 5E | 4F |
| Octal | 367 | 230 | 374 | 2 | 50 | 0 | 1 | 451 | 136 | 117 |
| Binary | 11110111 | 10011000 | 11111100 | 10 | 101000 | 0 | 1 | 100101001 | 1011110 | 1001111 |
Color Harmonies of #F798FC
Complementary color
Monochromatic Colors of #F798FC
Black with #F798FC
Text Example
Text Example
White with #F798FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798FC; }
p { color: rgb(247,152,252); }
H1.HeaderClassName
{
color: #F798FC;
}
.AnyTagClassName
{
color: #F798FC;
}
</style>
background-color css
<style>
a { background-color: #F798FC; }
a { background-color: rgb(247,152,252); }
div.DivClassName
{
background-color: #F798FC;
}
.BgClassName
{
background-color: #F798FC;
}
</style>
border-color css
<style>
span { border-color: #F798FC; }
span { border-color: rgb(247,152,252); }
td.TdClassName
{
border-color: #F798FC;
}
.TagClassName
{
border-color: #F798FC;
}
</style>