Shades of Violet #F289FB
Tints of Violet #F289FB
RGB
CMYK
RGB Variations
Color information
#F289FB (or 0xF289FB) is known color: Violet. HEX triplet: F2, 89 and FB. RGB value is (242,137,251). Sum of RGB (Red+Green+Blue) = 242+137+251=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 137 (53.91% from 255 or 21.75% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #F289FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F289FB is #0D7604. Grayscale: #B5B5B5. Windows color (decimal): -882181 or 16484850. OLE color: 16484850.
HSL color Cylindrical-coordinate representation of color #F289FB: hue angle of 295.26º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F289FB is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 137 | 251 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.02 |
| HSL | 295.26º | 0.93% | 0.76% | - |
| HSV(B) | 295.26º | 0.45% | 0.98% | - |
| XYZ | 62.98 | 43.73 | 96.39 | - |
| YUV | 181.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 251 | 0.04 | 0.45 | 0 | 0.02 | 295.26 | 0.93 | 0.76 |
| Hex | F2 | 89 | FB | 4 | 2D | 0 | 2 | 127 | 5D | 4C |
| Octal | 362 | 211 | 373 | 4 | 55 | 0 | 2 | 447 | 135 | 114 |
| Binary | 11110010 | 10001001 | 11111011 | 100 | 101101 | 0 | 10 | 100100111 | 1011101 | 1001100 |
Color Harmonies of #F289FB
Complementary color
Monochromatic Colors of #F289FB
Black with #F289FB
Text Example
Text Example
White with #F289FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289FB; }
p { color: rgb(242,137,251); }
H1.HeaderClassName
{
color: #F289FB;
}
.AnyTagClassName
{
color: #F289FB;
}
</style>
background-color css
<style>
a { background-color: #F289FB; }
a { background-color: rgb(242,137,251); }
div.DivClassName
{
background-color: #F289FB;
}
.BgClassName
{
background-color: #F289FB;
}
</style>
border-color css
<style>
span { border-color: #F289FB; }
span { border-color: rgb(242,137,251); }
td.TdClassName
{
border-color: #F289FB;
}
.TagClassName
{
border-color: #F289FB;
}
</style>