Shades of Violet #F78CFF
Tints of Violet #F78CFF
RGB
CMYK
RGB Variations
Color information
#F78CFF (or 0xF78CFF) is known color: Violet. HEX triplet: F7, 8C and FF. RGB value is (247,140,255). Sum of RGB (Red+Green+Blue) = 247+140+255=642 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.47% from 642); Green value is 140 (55.08% from 255 or 21.81% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #F78CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78CFF is #087300. Grayscale: #B8B8B8. Windows color (decimal): -553729 or 16747767. OLE color: 16747767.
HSL color Cylindrical-coordinate representation of color #F78CFF: hue angle of 295.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F78CFF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 140 | 255 | - |
| CMYK | 0.03 | 0.45 | 0 | 0 |
| HSL | 295.83º | 1% | 0.77% | - |
| HSV(B) | 295.83º | 0.45% | 1% | - |
| XYZ | 65.79 | 45.75 | 99.97 | - |
| YUV | 185.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 255 | 0.03 | 0.45 | 0 | 0 | 295.83 | 1 | 0.77 |
| Hex | F7 | 8C | FF | 3 | 2D | 0 | 0 | 128 | 64 | 4D |
| Octal | 367 | 214 | 377 | 3 | 55 | 0 | 0 | 450 | 144 | 115 |
| Binary | 11110111 | 10001100 | 11111111 | 11 | 101101 | 0 | 0 | 100101000 | 1100100 | 1001101 |
Color Harmonies of #F78CFF
Complementary color
Monochromatic Colors of #F78CFF
Black with #F78CFF
Text Example
Text Example
White with #F78CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78CFF; }
p { color: rgb(247,140,255); }
H1.HeaderClassName
{
color: #F78CFF;
}
.AnyTagClassName
{
color: #F78CFF;
}
</style>
background-color css
<style>
a { background-color: #F78CFF; }
a { background-color: rgb(247,140,255); }
div.DivClassName
{
background-color: #F78CFF;
}
.BgClassName
{
background-color: #F78CFF;
}
</style>
border-color css
<style>
span { border-color: #F78CFF; }
span { border-color: rgb(247,140,255); }
td.TdClassName
{
border-color: #F78CFF;
}
.TagClassName
{
border-color: #F78CFF;
}
</style>