Shades of Violet #F078F9
Tints of Violet #F078F9
RGB
CMYK
RGB Variations
Color information
#F078F9 (or 0xF078F9) is known color: Violet. HEX triplet: F0, 78 and F9. RGB value is (240,120,249). Sum of RGB (Red+Green+Blue) = 240+120+249=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 120 (47.27% from 255 or 19.70% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #F078F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F078F9 is #0F8706. Grayscale: #AAAAAA. Windows color (decimal): -1017607 or 16349424. OLE color: 16349424.
HSL color Cylindrical-coordinate representation of color #F078F9: hue angle of 295.81º 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 #F078F9 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 120 | 249 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.02 |
| HSL | 295.81º | 0.91% | 0.72% | - |
| HSV(B) | 295.81º | 0.52% | 0.98% | - |
| XYZ | 59.75 | 38.8 | 93.96 | - |
| YUV | 170.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 249 | 0.04 | 0.52 | 0 | 0.02 | 295.81 | 0.91 | 0.72 |
| Hex | F0 | 78 | F9 | 4 | 34 | 0 | 2 | 128 | 5B | 48 |
| Octal | 360 | 170 | 371 | 4 | 64 | 0 | 2 | 450 | 133 | 110 |
| Binary | 11110000 | 1111000 | 11111001 | 100 | 110100 | 0 | 10 | 100101000 | 1011011 | 1001000 |
Color Harmonies of #F078F9
Complementary color
Monochromatic Colors of #F078F9
Black with #F078F9
Text Example
Text Example
White with #F078F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F078F9; }
p { color: rgb(240,120,249); }
H1.HeaderClassName
{
color: #F078F9;
}
.AnyTagClassName
{
color: #F078F9;
}
</style>
background-color css
<style>
a { background-color: #F078F9; }
a { background-color: rgb(240,120,249); }
div.DivClassName
{
background-color: #F078F9;
}
.BgClassName
{
background-color: #F078F9;
}
</style>
border-color css
<style>
span { border-color: #F078F9; }
span { border-color: rgb(240,120,249); }
td.TdClassName
{
border-color: #F078F9;
}
.TagClassName
{
border-color: #F078F9;
}
</style>