Shades of Violet #F7A0FB
Tints of Violet #F7A0FB
RGB
CMYK
RGB Variations
Color information
#F7A0FB (or 0xF7A0FB) is known color: Violet. HEX triplet: F7, A0 and FB. RGB value is (247,160,251). Sum of RGB (Red+Green+Blue) = 247+160+251=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 160 (62.89% from 255 or 24.32% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7A0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A0FB is #085F04. Grayscale: #C4C4C4. Windows color (decimal): -548613 or 16490743. OLE color: 16490743.
HSL color Cylindrical-coordinate representation of color #F7A0FB: hue angle of 297.36º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7A0FB is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 160 | 251 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.02 |
| HSL | 297.36º | 0.92% | 0.81% | - |
| HSV(B) | 297.36º | 0.36% | 0.98% | - |
| XYZ | 68.34 | 51.88 | 97.68 | - |
| YUV | 196.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 251 | 0.02 | 0.36 | 0 | 0.02 | 297.36 | 0.92 | 0.81 |
| Hex | F7 | A0 | FB | 2 | 24 | 0 | 2 | 129 | 5C | 51 |
| Octal | 367 | 240 | 373 | 2 | 44 | 0 | 2 | 451 | 134 | 121 |
| Binary | 11110111 | 10100000 | 11111011 | 10 | 100100 | 0 | 10 | 100101001 | 1011100 | 1010001 |
Color Harmonies of #F7A0FB
Complementary color
Monochromatic Colors of #F7A0FB
Black with #F7A0FB
Text Example
Text Example
White with #F7A0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A0FB; }
p { color: rgb(247,160,251); }
H1.HeaderClassName
{
color: #F7A0FB;
}
.AnyTagClassName
{
color: #F7A0FB;
}
</style>
background-color css
<style>
a { background-color: #F7A0FB; }
a { background-color: rgb(247,160,251); }
div.DivClassName
{
background-color: #F7A0FB;
}
.BgClassName
{
background-color: #F7A0FB;
}
</style>
border-color css
<style>
span { border-color: #F7A0FB; }
span { border-color: rgb(247,160,251); }
td.TdClassName
{
border-color: #F7A0FB;
}
.TagClassName
{
border-color: #F7A0FB;
}
</style>