Shades of Violet #F879F1
Tints of Violet #F879F1
RGB
CMYK
RGB Variations
Color information
#F879F1 (or 0xF879F1) is known color: Violet. HEX triplet: F8, 79 and F1. RGB value is (248,121,241). Sum of RGB (Red+Green+Blue) = 248+121+241=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 121 (47.66% from 255 or 19.84% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F879F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F879F1 is #07860E. Grayscale: #ACACAC. Windows color (decimal): -493071 or 15825400. OLE color: 15825400.
HSL color Cylindrical-coordinate representation of color #F879F1: hue angle of 303.31º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F879F1 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 121 | 241 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.03 |
| HSL | 303.31º | 0.9% | 0.72% | - |
| HSV(B) | 303.31º | 0.51% | 0.97% | - |
| XYZ | 61.43 | 39.98 | 87.7 | - |
| YUV | 172.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 121 | 241 | 0 | 0.51 | 0.03 | 0.03 | 303.31 | 0.9 | 0.72 |
| Hex | F8 | 79 | F1 | 0 | 33 | 3 | 3 | 12F | 5A | 48 |
| Octal | 370 | 171 | 361 | 0 | 63 | 3 | 3 | 457 | 132 | 110 |
| Binary | 11111000 | 1111001 | 11110001 | 0 | 110011 | 11 | 11 | 100101111 | 1011010 | 1001000 |
Color Harmonies of #F879F1
Complementary color
Monochromatic Colors of #F879F1
Black with #F879F1
Text Example
Text Example
White with #F879F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F879F1; }
p { color: rgb(248,121,241); }
H1.HeaderClassName
{
color: #F879F1;
}
.AnyTagClassName
{
color: #F879F1;
}
</style>
background-color css
<style>
a { background-color: #F879F1; }
a { background-color: rgb(248,121,241); }
div.DivClassName
{
background-color: #F879F1;
}
.BgClassName
{
background-color: #F879F1;
}
</style>
border-color css
<style>
span { border-color: #F879F1; }
span { border-color: rgb(248,121,241); }
td.TdClassName
{
border-color: #F879F1;
}
.TagClassName
{
border-color: #F879F1;
}
</style>