Shades of Violet #F27EEA
Tints of Violet #F27EEA
RGB
CMYK
RGB Variations
Color information
#F27EEA (or 0xF27EEA) is known color: Violet. HEX triplet: F2, 7E and EA. RGB value is (242,126,234). Sum of RGB (Red+Green+Blue) = 242+126+234=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 126 (49.61% from 255 or 20.93% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F27EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27EEA is #0D8115. Grayscale: #ACACAC. Windows color (decimal): -885014 or 15367922. OLE color: 15367922.
HSL color Cylindrical-coordinate representation of color #F27EEA: hue angle of 304.14º 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 #F27EEA is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 234 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.05 |
| HSL | 304.14º | 0.82% | 0.72% | - |
| HSV(B) | 304.14º | 0.48% | 0.95% | - |
| XYZ | 58.93 | 39.74 | 82.41 | - |
| YUV | 173 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 234 | 0 | 0.48 | 0.03 | 0.05 | 304.14 | 0.82 | 0.72 |
| Hex | F2 | 7E | EA | 0 | 30 | 3 | 5 | 130 | 52 | 48 |
| Octal | 362 | 176 | 352 | 0 | 60 | 3 | 5 | 460 | 122 | 110 |
| Binary | 11110010 | 1111110 | 11101010 | 0 | 110000 | 11 | 101 | 100110000 | 1010010 | 1001000 |
Color Harmonies of #F27EEA
Complementary color
Monochromatic Colors of #F27EEA
Black with #F27EEA
Text Example
Text Example
White with #F27EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27EEA; }
p { color: rgb(242,126,234); }
H1.HeaderClassName
{
color: #F27EEA;
}
.AnyTagClassName
{
color: #F27EEA;
}
</style>
background-color css
<style>
a { background-color: #F27EEA; }
a { background-color: rgb(242,126,234); }
div.DivClassName
{
background-color: #F27EEA;
}
.BgClassName
{
background-color: #F27EEA;
}
</style>
border-color css
<style>
span { border-color: #F27EEA; }
span { border-color: rgb(242,126,234); }
td.TdClassName
{
border-color: #F27EEA;
}
.TagClassName
{
border-color: #F27EEA;
}
</style>