Shades of Violet #F27EE8
Tints of Violet #F27EE8
RGB
CMYK
RGB Variations
Color information
#F27EE8 (or 0xF27EE8) is known color: Violet. HEX triplet: F2, 7E and E8. RGB value is (242,126,232). Sum of RGB (Red+Green+Blue) = 242+126+232=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F27EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27EE8 is #0D8117. Grayscale: #ACACAC. Windows color (decimal): -885016 or 15236850. OLE color: 15236850.
HSL color Cylindrical-coordinate representation of color #F27EE8: hue angle of 305.17º 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 #F27EE8 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 232 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.05 |
| HSL | 305.17º | 0.82% | 0.72% | - |
| HSV(B) | 305.17º | 0.48% | 0.95% | - |
| XYZ | 58.64 | 39.63 | 80.9 | - |
| YUV | 172.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 232 | 0 | 0.48 | 0.04 | 0.05 | 305.17 | 0.82 | 0.72 |
| Hex | F2 | 7E | E8 | 0 | 30 | 4 | 5 | 131 | 52 | 48 |
| Octal | 362 | 176 | 350 | 0 | 60 | 4 | 5 | 461 | 122 | 110 |
| Binary | 11110010 | 1111110 | 11101000 | 0 | 110000 | 100 | 101 | 100110001 | 1010010 | 1001000 |
Color Harmonies of #F27EE8
Complementary color
Monochromatic Colors of #F27EE8
Black with #F27EE8
Text Example
Text Example
White with #F27EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27EE8; }
p { color: rgb(242,126,232); }
H1.HeaderClassName
{
color: #F27EE8;
}
.AnyTagClassName
{
color: #F27EE8;
}
</style>
background-color css
<style>
a { background-color: #F27EE8; }
a { background-color: rgb(242,126,232); }
div.DivClassName
{
background-color: #F27EE8;
}
.BgClassName
{
background-color: #F27EE8;
}
</style>
border-color css
<style>
span { border-color: #F27EE8; }
span { border-color: rgb(242,126,232); }
td.TdClassName
{
border-color: #F27EE8;
}
.TagClassName
{
border-color: #F27EE8;
}
</style>