Shades of Violet #F279ED
Tints of Violet #F279ED
RGB
CMYK
RGB Variations
Color information
#F279ED (or 0xF279ED) is known color: Violet. HEX triplet: F2, 79 and ED. RGB value is (242,121,237). Sum of RGB (Red+Green+Blue) = 242+121+237=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 121 (47.66% from 255 or 20.17% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F279ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F279ED is #0D8612. Grayscale: #AAAAAA. Windows color (decimal): -886291 or 15563250. OLE color: 15563250.
HSL color Cylindrical-coordinate representation of color #F279ED: hue angle of 302.48º 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 #F279ED is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 237 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.05 |
| HSL | 302.48º | 0.82% | 0.71% | - |
| HSV(B) | 302.48º | 0.5% | 0.95% | - |
| XYZ | 58.74 | 38.67 | 84.49 | - |
| YUV | 170.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 237 | 0 | 0.50 | 0.02 | 0.05 | 302.48 | 0.82 | 0.71 |
| Hex | F2 | 79 | ED | 0 | 32 | 2 | 5 | 12E | 52 | 47 |
| Octal | 362 | 171 | 355 | 0 | 62 | 2 | 5 | 456 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11101101 | 0 | 110010 | 10 | 101 | 100101110 | 1010010 | 1000111 |
Color Harmonies of #F279ED
Complementary color
Monochromatic Colors of #F279ED
Black with #F279ED
Text Example
Text Example
White with #F279ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279ED; }
p { color: rgb(242,121,237); }
H1.HeaderClassName
{
color: #F279ED;
}
.AnyTagClassName
{
color: #F279ED;
}
</style>
background-color css
<style>
a { background-color: #F279ED; }
a { background-color: rgb(242,121,237); }
div.DivClassName
{
background-color: #F279ED;
}
.BgClassName
{
background-color: #F279ED;
}
</style>
border-color css
<style>
span { border-color: #F279ED; }
span { border-color: rgb(242,121,237); }
td.TdClassName
{
border-color: #F279ED;
}
.TagClassName
{
border-color: #F279ED;
}
</style>