Shades of Violet #F289FF
Tints of Violet #F289FF
RGB
CMYK
RGB Variations
Color information
#F289FF (or 0xF289FF) is known color: Violet. HEX triplet: F2, 89 and FF. RGB value is (242,137,255). Sum of RGB (Red+Green+Blue) = 242+137+255=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 137 (53.91% from 255 or 21.61% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #F289FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F289FF is #0D7600. Grayscale: #B5B5B5. Windows color (decimal): -882177 or 16746994. OLE color: 16746994.
HSL color Cylindrical-coordinate representation of color #F289FF: hue angle of 293.39º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F289FF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 137 | 255 | - |
| CMYK | 0.05 | 0.46 | 0 | 0 |
| HSL | 293.39º | 1% | 0.77% | - |
| HSV(B) | 293.39º | 0.46% | 1% | - |
| XYZ | 63.61 | 43.99 | 99.75 | - |
| YUV | 181.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 255 | 0.05 | 0.46 | 0 | 0 | 293.39 | 1 | 0.77 |
| Hex | F2 | 89 | FF | 5 | 2E | 0 | 0 | 125 | 64 | 4D |
| Octal | 362 | 211 | 377 | 5 | 56 | 0 | 0 | 445 | 144 | 115 |
| Binary | 11110010 | 10001001 | 11111111 | 101 | 101110 | 0 | 0 | 100100101 | 1100100 | 1001101 |
Color Harmonies of #F289FF
Complementary color
Monochromatic Colors of #F289FF
Black with #F289FF
Text Example
Text Example
White with #F289FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289FF; }
p { color: rgb(242,137,255); }
H1.HeaderClassName
{
color: #F289FF;
}
.AnyTagClassName
{
color: #F289FF;
}
</style>
background-color css
<style>
a { background-color: #F289FF; }
a { background-color: rgb(242,137,255); }
div.DivClassName
{
background-color: #F289FF;
}
.BgClassName
{
background-color: #F289FF;
}
</style>
border-color css
<style>
span { border-color: #F289FF; }
span { border-color: rgb(242,137,255); }
td.TdClassName
{
border-color: #F289FF;
}
.TagClassName
{
border-color: #F289FF;
}
</style>