Shades of Violet #F78CFB
Tints of Violet #F78CFB
RGB
CMYK
RGB Variations
Color information
#F78CFB (or 0xF78CFB) is known color: Violet. HEX triplet: F7, 8C and FB. RGB value is (247,140,251). Sum of RGB (Red+Green+Blue) = 247+140+251=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 140 (55.08% from 255 or 21.94% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #F78CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78CFB is #087304. Grayscale: #B8B8B8. Windows color (decimal): -553733 or 16485623. OLE color: 16485623.
HSL color Cylindrical-coordinate representation of color #F78CFB: hue angle of 297.84º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F78CFB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 140 | 251 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.02 |
| HSL | 297.84º | 0.93% | 0.77% | - |
| HSV(B) | 297.84º | 0.44% | 0.98% | - |
| XYZ | 65.15 | 45.5 | 96.61 | - |
| YUV | 184.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 251 | 0.02 | 0.44 | 0 | 0.02 | 297.84 | 0.93 | 0.77 |
| Hex | F7 | 8C | FB | 2 | 2C | 0 | 2 | 12A | 5D | 4D |
| Octal | 367 | 214 | 373 | 2 | 54 | 0 | 2 | 452 | 135 | 115 |
| Binary | 11110111 | 10001100 | 11111011 | 10 | 101100 | 0 | 10 | 100101010 | 1011101 | 1001101 |
Color Harmonies of #F78CFB
Complementary color
Monochromatic Colors of #F78CFB
Black with #F78CFB
Text Example
Text Example
White with #F78CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78CFB; }
p { color: rgb(247,140,251); }
H1.HeaderClassName
{
color: #F78CFB;
}
.AnyTagClassName
{
color: #F78CFB;
}
</style>
background-color css
<style>
a { background-color: #F78CFB; }
a { background-color: rgb(247,140,251); }
div.DivClassName
{
background-color: #F78CFB;
}
.BgClassName
{
background-color: #F78CFB;
}
</style>
border-color css
<style>
span { border-color: #F78CFB; }
span { border-color: rgb(247,140,251); }
td.TdClassName
{
border-color: #F78CFB;
}
.TagClassName
{
border-color: #F78CFB;
}
</style>