Shades of Violet #F27FEC
Tints of Violet #F27FEC
RGB
CMYK
RGB Variations
Color information
#F27FEC (or 0xF27FEC) is known color: Violet. HEX triplet: F2, 7F and EC. RGB value is (242,127,236). Sum of RGB (Red+Green+Blue) = 242+127+236=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 127 (50% from 255 or 20.99% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27FEC is #0D8013. Grayscale: #ADADAD. Windows color (decimal): -884756 or 15499250. OLE color: 15499250.
HSL color Cylindrical-coordinate representation of color #F27FEC: hue angle of 303.13º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27FEC is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 236 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.05 |
| HSL | 303.13º | 0.82% | 0.72% | - |
| HSV(B) | 303.13º | 0.48% | 0.95% | - |
| XYZ | 59.35 | 40.11 | 83.97 | - |
| YUV | 173.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 236 | 0 | 0.48 | 0.02 | 0.05 | 303.13 | 0.82 | 0.72 |
| Hex | F2 | 7F | EC | 0 | 30 | 2 | 5 | 12F | 52 | 48 |
| Octal | 362 | 177 | 354 | 0 | 60 | 2 | 5 | 457 | 122 | 110 |
| Binary | 11110010 | 1111111 | 11101100 | 0 | 110000 | 10 | 101 | 100101111 | 1010010 | 1001000 |
Color Harmonies of #F27FEC
Complementary color
Monochromatic Colors of #F27FEC
Black with #F27FEC
Text Example
Text Example
White with #F27FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27FEC; }
p { color: rgb(242,127,236); }
H1.HeaderClassName
{
color: #F27FEC;
}
.AnyTagClassName
{
color: #F27FEC;
}
</style>
background-color css
<style>
a { background-color: #F27FEC; }
a { background-color: rgb(242,127,236); }
div.DivClassName
{
background-color: #F27FEC;
}
.BgClassName
{
background-color: #F27FEC;
}
</style>
border-color css
<style>
span { border-color: #F27FEC; }
span { border-color: rgb(242,127,236); }
td.TdClassName
{
border-color: #F27FEC;
}
.TagClassName
{
border-color: #F27FEC;
}
</style>