Shades of Violet #F790FB
Tints of Violet #F790FB
RGB
CMYK
RGB Variations
Color information
#F790FB (or 0xF790FB) is known color: Violet. HEX triplet: F7, 90 and FB. RGB value is (247,144,251). Sum of RGB (Red+Green+Blue) = 247+144+251=642 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.47% from 642); Green value is 144 (56.64% from 255 or 22.43% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #F790FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F790FB is #086F04. Grayscale: #BABABA. Windows color (decimal): -552709 or 16486647. OLE color: 16486647.
HSL color Cylindrical-coordinate representation of color #F790FB: hue angle of 297.76º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F790FB is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 144 | 251 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.02 |
| HSL | 297.76º | 0.93% | 0.77% | - |
| HSV(B) | 297.76º | 0.43% | 0.98% | - |
| XYZ | 65.74 | 46.69 | 96.81 | - |
| YUV | 187 | 164.12 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 251 | 0.02 | 0.43 | 0 | 0.02 | 297.76 | 0.93 | 0.77 |
| Hex | F7 | 90 | FB | 2 | 2B | 0 | 2 | 12A | 5D | 4D |
| Octal | 367 | 220 | 373 | 2 | 53 | 0 | 2 | 452 | 135 | 115 |
| Binary | 11110111 | 10010000 | 11111011 | 10 | 101011 | 0 | 10 | 100101010 | 1011101 | 1001101 |
Color Harmonies of #F790FB
Complementary color
Monochromatic Colors of #F790FB
Black with #F790FB
Text Example
Text Example
White with #F790FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F790FB; }
p { color: rgb(247,144,251); }
H1.HeaderClassName
{
color: #F790FB;
}
.AnyTagClassName
{
color: #F790FB;
}
</style>
background-color css
<style>
a { background-color: #F790FB; }
a { background-color: rgb(247,144,251); }
div.DivClassName
{
background-color: #F790FB;
}
.BgClassName
{
background-color: #F790FB;
}
</style>
border-color css
<style>
span { border-color: #F790FB; }
span { border-color: rgb(247,144,251); }
td.TdClassName
{
border-color: #F790FB;
}
.TagClassName
{
border-color: #F790FB;
}
</style>