Shades of Violet #F277F0
Tints of Violet #F277F0
RGB
CMYK
RGB Variations
Color information
#F277F0 (or 0xF277F0) is known color: Violet. HEX triplet: F2, 77 and F0. RGB value is (242,119,240). Sum of RGB (Red+Green+Blue) = 242+119+240=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 119 (46.88% from 255 or 19.80% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F277F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F277F0 is #0D880F. Grayscale: #A9A9A9. Windows color (decimal): -886800 or 15759346. OLE color: 15759346.
HSL color Cylindrical-coordinate representation of color #F277F0: hue angle of 300.98º 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 #F277F0 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 240 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.05 |
| HSL | 300.98º | 0.83% | 0.71% | - |
| HSV(B) | 300.98º | 0.51% | 0.95% | - |
| XYZ | 58.94 | 38.36 | 86.74 | - |
| YUV | 169.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 240 | 0 | 0.51 | 0.01 | 0.05 | 300.98 | 0.83 | 0.71 |
| Hex | F2 | 77 | F0 | 0 | 33 | 1 | 5 | 12D | 53 | 47 |
| Octal | 362 | 167 | 360 | 0 | 63 | 1 | 5 | 455 | 123 | 107 |
| Binary | 11110010 | 1110111 | 11110000 | 0 | 110011 | 1 | 101 | 100101101 | 1010011 | 1000111 |
Color Harmonies of #F277F0
Complementary color
Monochromatic Colors of #F277F0
Black with #F277F0
Text Example
Text Example
White with #F277F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F277F0; }
p { color: rgb(242,119,240); }
H1.HeaderClassName
{
color: #F277F0;
}
.AnyTagClassName
{
color: #F277F0;
}
</style>
background-color css
<style>
a { background-color: #F277F0; }
a { background-color: rgb(242,119,240); }
div.DivClassName
{
background-color: #F277F0;
}
.BgClassName
{
background-color: #F277F0;
}
</style>
border-color css
<style>
span { border-color: #F277F0; }
span { border-color: rgb(242,119,240); }
td.TdClassName
{
border-color: #F277F0;
}
.TagClassName
{
border-color: #F277F0;
}
</style>