Shades of Violet #F289FC
Tints of Violet #F289FC
RGB
CMYK
RGB Variations
Color information
#F289FC (or 0xF289FC) is known color: Violet. HEX triplet: F2, 89 and FC. RGB value is (242,137,252). Sum of RGB (Red+Green+Blue) = 242+137+252=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 137 (53.91% from 255 or 21.71% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #F289FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F289FC is #0D7603. Grayscale: #B5B5B5. Windows color (decimal): -882180 or 16550386. OLE color: 16550386.
HSL color Cylindrical-coordinate representation of color #F289FC: hue angle of 294.78º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F289FC is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 137 | 252 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.01 |
| HSL | 294.78º | 0.95% | 0.76% | - |
| HSV(B) | 294.78º | 0.46% | 0.99% | - |
| XYZ | 63.13 | 43.8 | 97.22 | - |
| YUV | 181.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 252 | 0.04 | 0.46 | 0 | 0.01 | 294.78 | 0.95 | 0.76 |
| Hex | F2 | 89 | FC | 4 | 2E | 0 | 1 | 127 | 5F | 4C |
| Octal | 362 | 211 | 374 | 4 | 56 | 0 | 1 | 447 | 137 | 114 |
| Binary | 11110010 | 10001001 | 11111100 | 100 | 101110 | 0 | 1 | 100100111 | 1011111 | 1001100 |
Color Harmonies of #F289FC
Complementary color
Monochromatic Colors of #F289FC
Black with #F289FC
Text Example
Text Example
White with #F289FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289FC; }
p { color: rgb(242,137,252); }
H1.HeaderClassName
{
color: #F289FC;
}
.AnyTagClassName
{
color: #F289FC;
}
</style>
background-color css
<style>
a { background-color: #F289FC; }
a { background-color: rgb(242,137,252); }
div.DivClassName
{
background-color: #F289FC;
}
.BgClassName
{
background-color: #F289FC;
}
</style>
border-color css
<style>
span { border-color: #F289FC; }
span { border-color: rgb(242,137,252); }
td.TdClassName
{
border-color: #F289FC;
}
.TagClassName
{
border-color: #F289FC;
}
</style>