Shades of Violet #F289EE
Tints of Violet #F289EE
RGB
CMYK
RGB Variations
Color information
#F289EE (or 0xF289EE) is known color: Violet. HEX triplet: F2, 89 and EE. RGB value is (242,137,238). Sum of RGB (Red+Green+Blue) = 242+137+238=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 137 (53.91% from 255 or 22.20% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F289EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F289EE is #0D7611. Grayscale: #B3B3B3. Windows color (decimal): -882194 or 15632882. OLE color: 15632882.
HSL color Cylindrical-coordinate representation of color #F289EE: hue angle of 302.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F289EE is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 238 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.05 |
| HSL | 302.29º | 0.8% | 0.74% | - |
| HSV(B) | 302.29º | 0.43% | 0.95% | - |
| XYZ | 61 | 42.94 | 85.96 | - |
| YUV | 179.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 238 | 0 | 0.43 | 0.02 | 0.05 | 302.29 | 0.8 | 0.74 |
| Hex | F2 | 89 | EE | 0 | 2B | 2 | 5 | 12E | 50 | 4A |
| Octal | 362 | 211 | 356 | 0 | 53 | 2 | 5 | 456 | 120 | 112 |
| Binary | 11110010 | 10001001 | 11101110 | 0 | 101011 | 10 | 101 | 100101110 | 1010000 | 1001010 |
Color Harmonies of #F289EE
Complementary color
Monochromatic Colors of #F289EE
Black with #F289EE
Text Example
Text Example
White with #F289EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289EE; }
p { color: rgb(242,137,238); }
H1.HeaderClassName
{
color: #F289EE;
}
.AnyTagClassName
{
color: #F289EE;
}
</style>
background-color css
<style>
a { background-color: #F289EE; }
a { background-color: rgb(242,137,238); }
div.DivClassName
{
background-color: #F289EE;
}
.BgClassName
{
background-color: #F289EE;
}
</style>
border-color css
<style>
span { border-color: #F289EE; }
span { border-color: rgb(242,137,238); }
td.TdClassName
{
border-color: #F289EE;
}
.TagClassName
{
border-color: #F289EE;
}
</style>