Shades of Violet #F78CFC
Tints of Violet #F78CFC
RGB
CMYK
RGB Variations
Color information
#F78CFC (or 0xF78CFC) is known color: Violet. HEX triplet: F7, 8C and FC. RGB value is (247,140,252). Sum of RGB (Red+Green+Blue) = 247+140+252=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 140 (55.08% from 255 or 21.91% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #F78CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78CFC is #087303. Grayscale: #B8B8B8. Windows color (decimal): -553732 or 16551159. OLE color: 16551159.
HSL color Cylindrical-coordinate representation of color #F78CFC: hue angle of 297.32º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F78CFC is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 140 | 252 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.01 |
| HSL | 297.32º | 0.95% | 0.77% | - |
| HSV(B) | 297.32º | 0.44% | 0.99% | - |
| XYZ | 65.31 | 45.56 | 97.45 | - |
| YUV | 184.76 | 165.95 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 252 | 0.02 | 0.44 | 0 | 0.01 | 297.32 | 0.95 | 0.77 |
| Hex | F7 | 8C | FC | 2 | 2C | 0 | 1 | 129 | 5F | 4D |
| Octal | 367 | 214 | 374 | 2 | 54 | 0 | 1 | 451 | 137 | 115 |
| Binary | 11110111 | 10001100 | 11111100 | 10 | 101100 | 0 | 1 | 100101001 | 1011111 | 1001101 |
Color Harmonies of #F78CFC
Complementary color
Monochromatic Colors of #F78CFC
Black with #F78CFC
Text Example
Text Example
White with #F78CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78CFC; }
p { color: rgb(247,140,252); }
H1.HeaderClassName
{
color: #F78CFC;
}
.AnyTagClassName
{
color: #F78CFC;
}
</style>
background-color css
<style>
a { background-color: #F78CFC; }
a { background-color: rgb(247,140,252); }
div.DivClassName
{
background-color: #F78CFC;
}
.BgClassName
{
background-color: #F78CFC;
}
</style>
border-color css
<style>
span { border-color: #F78CFC; }
span { border-color: rgb(247,140,252); }
td.TdClassName
{
border-color: #F78CFC;
}
.TagClassName
{
border-color: #F78CFC;
}
</style>