Shades of Violet #F277EE
Tints of Violet #F277EE
RGB
CMYK
RGB Variations
Color information
#F277EE (or 0xF277EE) is known color: Violet. HEX triplet: F2, 77 and EE. RGB value is (242,119,238). Sum of RGB (Red+Green+Blue) = 242+119+238=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 119 (46.88% from 255 or 19.87% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F277EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F277EE is #0D8811. Grayscale: #A8A8A8. Windows color (decimal): -886802 or 15628274. OLE color: 15628274.
HSL color Cylindrical-coordinate representation of color #F277EE: hue angle of 301.95º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F277EE is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 238 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.05 |
| HSL | 301.95º | 0.83% | 0.71% | - |
| HSV(B) | 301.95º | 0.51% | 0.95% | - |
| XYZ | 58.65 | 38.24 | 85.18 | - |
| YUV | 169.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 238 | 0 | 0.51 | 0.02 | 0.05 | 301.95 | 0.83 | 0.71 |
| Hex | F2 | 77 | EE | 0 | 33 | 2 | 5 | 12E | 53 | 47 |
| Octal | 362 | 167 | 356 | 0 | 63 | 2 | 5 | 456 | 123 | 107 |
| Binary | 11110010 | 1110111 | 11101110 | 0 | 110011 | 10 | 101 | 100101110 | 1010011 | 1000111 |
Color Harmonies of #F277EE
Complementary color
Monochromatic Colors of #F277EE
Black with #F277EE
Text Example
Text Example
White with #F277EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F277EE; }
p { color: rgb(242,119,238); }
H1.HeaderClassName
{
color: #F277EE;
}
.AnyTagClassName
{
color: #F277EE;
}
</style>
background-color css
<style>
a { background-color: #F277EE; }
a { background-color: rgb(242,119,238); }
div.DivClassName
{
background-color: #F277EE;
}
.BgClassName
{
background-color: #F277EE;
}
</style>
border-color css
<style>
span { border-color: #F277EE; }
span { border-color: rgb(242,119,238); }
td.TdClassName
{
border-color: #F277EE;
}
.TagClassName
{
border-color: #F277EE;
}
</style>