Shades of Violet #F279F2
Tints of Violet #F279F2
RGB
CMYK
RGB Variations
Color information
#F279F2 (or 0xF279F2) is known color: Violet. HEX triplet: F2, 79 and F2. RGB value is (242,121,242). Sum of RGB (Red+Green+Blue) = 242+121+242=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 121 (47.66% from 255 or 20% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F279F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F279F2 is #0D860D. Grayscale: #AAAAAA. Windows color (decimal): -886286 or 15890930. OLE color: 15890930.
HSL color Cylindrical-coordinate representation of color #F279F2: hue angle of 300º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F279F2 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 242 | - |
| CMYK | 0 | 0.50 | 0 | 0.05 |
| HSL | 300º | 0.82% | 0.71% | - |
| HSV(B) | 300º | 0.5% | 0.95% | - |
| XYZ | 59.48 | 38.96 | 88.39 | - |
| YUV | 170.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 242 | 0 | 0.50 | 0 | 0.05 | 300 | 0.82 | 0.71 |
| Hex | F2 | 79 | F2 | 0 | 32 | 0 | 5 | 12C | 52 | 47 |
| Octal | 362 | 171 | 362 | 0 | 62 | 0 | 5 | 454 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11110010 | 0 | 110010 | 0 | 101 | 100101100 | 1010010 | 1000111 |
Color Harmonies of #F279F2
Complementary color
Monochromatic Colors of #F279F2
Black with #F279F2
Text Example
Text Example
White with #F279F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279F2; }
p { color: rgb(242,121,242); }
H1.HeaderClassName
{
color: #F279F2;
}
.AnyTagClassName
{
color: #F279F2;
}
</style>
background-color css
<style>
a { background-color: #F279F2; }
a { background-color: rgb(242,121,242); }
div.DivClassName
{
background-color: #F279F2;
}
.BgClassName
{
background-color: #F279F2;
}
</style>
border-color css
<style>
span { border-color: #F279F2; }
span { border-color: rgb(242,121,242); }
td.TdClassName
{
border-color: #F279F2;
}
.TagClassName
{
border-color: #F279F2;
}
</style>