Shades of Violet #F792FB
Tints of Violet #F792FB
RGB
CMYK
RGB Variations
Color information
#F792FB (or 0xF792FB) is known color: Violet. HEX triplet: F7, 92 and FB. RGB value is (247,146,251). Sum of RGB (Red+Green+Blue) = 247+146+251=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 146 (57.42% from 255 or 22.67% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #F792FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F792FB is #086D04. Grayscale: #BBBBBB. Windows color (decimal): -552197 or 16487159. OLE color: 16487159.
HSL color Cylindrical-coordinate representation of color #F792FB: hue angle of 297.71º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F792FB is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 146 | 251 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.02 |
| HSL | 297.71º | 0.93% | 0.78% | - |
| HSV(B) | 297.71º | 0.42% | 0.98% | - |
| XYZ | 66.05 | 47.3 | 96.91 | - |
| YUV | 188.17 | 163.46 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 251 | 0.02 | 0.42 | 0 | 0.02 | 297.71 | 0.93 | 0.78 |
| Hex | F7 | 92 | FB | 2 | 2A | 0 | 2 | 12A | 5D | 4E |
| Octal | 367 | 222 | 373 | 2 | 52 | 0 | 2 | 452 | 135 | 116 |
| Binary | 11110111 | 10010010 | 11111011 | 10 | 101010 | 0 | 10 | 100101010 | 1011101 | 1001110 |
Color Harmonies of #F792FB
Complementary color
Monochromatic Colors of #F792FB
Black with #F792FB
Text Example
Text Example
White with #F792FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F792FB; }
p { color: rgb(247,146,251); }
H1.HeaderClassName
{
color: #F792FB;
}
.AnyTagClassName
{
color: #F792FB;
}
</style>
background-color css
<style>
a { background-color: #F792FB; }
a { background-color: rgb(247,146,251); }
div.DivClassName
{
background-color: #F792FB;
}
.BgClassName
{
background-color: #F792FB;
}
</style>
border-color css
<style>
span { border-color: #F792FB; }
span { border-color: rgb(247,146,251); }
td.TdClassName
{
border-color: #F792FB;
}
.TagClassName
{
border-color: #F792FB;
}
</style>