Shades of Violet #F27FEE
Tints of Violet #F27FEE
RGB
CMYK
RGB Variations
Color information
#F27FEE (or 0xF27FEE) is known color: Violet. HEX triplet: F2, 7F and EE. RGB value is (242,127,238). Sum of RGB (Red+Green+Blue) = 242+127+238=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 127 (50% from 255 or 20.92% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27FEE is #0D8011. Grayscale: #ADADAD. Windows color (decimal): -884754 or 15630322. OLE color: 15630322.
HSL color Cylindrical-coordinate representation of color #F27FEE: hue angle of 302.09º 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 #F27FEE is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 238 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.05 |
| HSL | 302.09º | 0.82% | 0.72% | - |
| HSV(B) | 302.09º | 0.48% | 0.95% | - |
| XYZ | 59.64 | 40.23 | 85.51 | - |
| YUV | 174.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 238 | 0 | 0.48 | 0.02 | 0.05 | 302.09 | 0.82 | 0.72 |
| Hex | F2 | 7F | EE | 0 | 30 | 2 | 5 | 12E | 52 | 48 |
| Octal | 362 | 177 | 356 | 0 | 60 | 2 | 5 | 456 | 122 | 110 |
| Binary | 11110010 | 1111111 | 11101110 | 0 | 110000 | 10 | 101 | 100101110 | 1010010 | 1001000 |
Color Harmonies of #F27FEE
Complementary color
Monochromatic Colors of #F27FEE
Black with #F27FEE
Text Example
Text Example
White with #F27FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27FEE; }
p { color: rgb(242,127,238); }
H1.HeaderClassName
{
color: #F27FEE;
}
.AnyTagClassName
{
color: #F27FEE;
}
</style>
background-color css
<style>
a { background-color: #F27FEE; }
a { background-color: rgb(242,127,238); }
div.DivClassName
{
background-color: #F27FEE;
}
.BgClassName
{
background-color: #F27FEE;
}
</style>
border-color css
<style>
span { border-color: #F27FEE; }
span { border-color: rgb(242,127,238); }
td.TdClassName
{
border-color: #F27FEE;
}
.TagClassName
{
border-color: #F27FEE;
}
</style>