Shades of Violet #F790FE
Tints of Violet #F790FE
RGB
CMYK
RGB Variations
Color information
#F790FE (or 0xF790FE) is known color: Violet. HEX triplet: F7, 90 and FE. RGB value is (247,144,254). Sum of RGB (Red+Green+Blue) = 247+144+254=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 144 (56.64% from 255 or 22.33% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #F790FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F790FE is #086F01. Grayscale: #BBBBBB. Windows color (decimal): -552706 or 16683255. OLE color: 16683255.
HSL color Cylindrical-coordinate representation of color #F790FE: hue angle of 296.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F790FE is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 144 | 254 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.00 |
| HSL | 296.18º | 0.98% | 0.78% | - |
| HSV(B) | 296.18º | 0.43% | 1% | - |
| XYZ | 66.22 | 46.88 | 99.32 | - |
| YUV | 187.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 254 | 0.03 | 0.43 | 0 | 0.00 | 296.18 | 0.98 | 0.78 |
| Hex | F7 | 90 | FE | 3 | 2B | 0 | 0 | 128 | 62 | 4E |
| Octal | 367 | 220 | 376 | 3 | 53 | 0 | 0 | 450 | 142 | 116 |
| Binary | 11110111 | 10010000 | 11111110 | 11 | 101011 | 0 | 0 | 100101000 | 1100010 | 1001110 |
Color Harmonies of #F790FE
Complementary color
Monochromatic Colors of #F790FE
Black with #F790FE
Text Example
Text Example
White with #F790FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F790FE; }
p { color: rgb(247,144,254); }
H1.HeaderClassName
{
color: #F790FE;
}
.AnyTagClassName
{
color: #F790FE;
}
</style>
background-color css
<style>
a { background-color: #F790FE; }
a { background-color: rgb(247,144,254); }
div.DivClassName
{
background-color: #F790FE;
}
.BgClassName
{
background-color: #F790FE;
}
</style>
border-color css
<style>
span { border-color: #F790FE; }
span { border-color: rgb(247,144,254); }
td.TdClassName
{
border-color: #F790FE;
}
.TagClassName
{
border-color: #F790FE;
}
</style>