Shades of Violet #F289ED
Tints of Violet #F289ED
RGB
CMYK
RGB Variations
Color information
#F289ED (or 0xF289ED) is known color: Violet. HEX triplet: F2, 89 and ED. RGB value is (242,137,237). Sum of RGB (Red+Green+Blue) = 242+137+237=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 137 (53.91% from 255 or 22.24% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F289ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F289ED is #0D7612. Grayscale: #B3B3B3. Windows color (decimal): -882195 or 15567346. OLE color: 15567346.
HSL color Cylindrical-coordinate representation of color #F289ED: hue angle of 302.86º 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 #F289ED is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 237 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.05 |
| HSL | 302.86º | 0.8% | 0.74% | - |
| HSV(B) | 302.86º | 0.43% | 0.95% | - |
| XYZ | 60.85 | 42.88 | 85.19 | - |
| YUV | 179.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 237 | 0 | 0.43 | 0.02 | 0.05 | 302.86 | 0.8 | 0.74 |
| Hex | F2 | 89 | ED | 0 | 2B | 2 | 5 | 12F | 50 | 4A |
| Octal | 362 | 211 | 355 | 0 | 53 | 2 | 5 | 457 | 120 | 112 |
| Binary | 11110010 | 10001001 | 11101101 | 0 | 101011 | 10 | 101 | 100101111 | 1010000 | 1001010 |
Color Harmonies of #F289ED
Complementary color
Monochromatic Colors of #F289ED
Black with #F289ED
Text Example
Text Example
White with #F289ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289ED; }
p { color: rgb(242,137,237); }
H1.HeaderClassName
{
color: #F289ED;
}
.AnyTagClassName
{
color: #F289ED;
}
</style>
background-color css
<style>
a { background-color: #F289ED; }
a { background-color: rgb(242,137,237); }
div.DivClassName
{
background-color: #F289ED;
}
.BgClassName
{
background-color: #F289ED;
}
</style>
border-color css
<style>
span { border-color: #F289ED; }
span { border-color: rgb(242,137,237); }
td.TdClassName
{
border-color: #F289ED;
}
.TagClassName
{
border-color: #F289ED;
}
</style>