Shades of Violet #F978F0
Tints of Violet #F978F0
RGB
CMYK
RGB Variations
Color information
#F978F0 (or 0xF978F0) is known color: Violet. HEX triplet: F9, 78 and F0. RGB value is (249,120,240). Sum of RGB (Red+Green+Blue) = 249+120+240=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 120 (47.27% from 255 or 19.70% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F978F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978F0 is #06870F. Grayscale: #ABABAB. Windows color (decimal): -427792 or 15759609. OLE color: 15759609.
HSL color Cylindrical-coordinate representation of color #F978F0: hue angle of 304.19º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F978F0 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 240 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.02 |
| HSL | 304.19º | 0.91% | 0.72% | - |
| HSV(B) | 304.19º | 0.52% | 0.98% | - |
| XYZ | 61.51 | 39.86 | 86.89 | - |
| YUV | 172.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 240 | 0 | 0.52 | 0.04 | 0.02 | 304.19 | 0.91 | 0.72 |
| Hex | F9 | 78 | F0 | 0 | 34 | 4 | 2 | 130 | 5B | 48 |
| Octal | 371 | 170 | 360 | 0 | 64 | 4 | 2 | 460 | 133 | 110 |
| Binary | 11111001 | 1111000 | 11110000 | 0 | 110100 | 100 | 10 | 100110000 | 1011011 | 1001000 |
Color Harmonies of #F978F0
Complementary color
Monochromatic Colors of #F978F0
Black with #F978F0
Text Example
Text Example
White with #F978F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978F0; }
p { color: rgb(249,120,240); }
H1.HeaderClassName
{
color: #F978F0;
}
.AnyTagClassName
{
color: #F978F0;
}
</style>
background-color css
<style>
a { background-color: #F978F0; }
a { background-color: rgb(249,120,240); }
div.DivClassName
{
background-color: #F978F0;
}
.BgClassName
{
background-color: #F978F0;
}
</style>
border-color css
<style>
span { border-color: #F978F0; }
span { border-color: rgb(249,120,240); }
td.TdClassName
{
border-color: #F978F0;
}
.TagClassName
{
border-color: #F978F0;
}
</style>