Shades of Violet #F289FD
Tints of Violet #F289FD
RGB
CMYK
RGB Variations
Color information
#F289FD (or 0xF289FD) is known color: Violet. HEX triplet: F2, 89 and FD. RGB value is (242,137,253). Sum of RGB (Red+Green+Blue) = 242+137+253=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 137 (53.91% from 255 or 21.68% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #F289FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F289FD is #0D7602. Grayscale: #B5B5B5. Windows color (decimal): -882179 or 16615922. OLE color: 16615922.
HSL color Cylindrical-coordinate representation of color #F289FD: hue angle of 294.31º degrees, saturation: 0.97, 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 #F289FD is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 137 | 253 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.01 |
| HSL | 294.31º | 0.97% | 0.76% | - |
| HSV(B) | 294.31º | 0.46% | 0.99% | - |
| XYZ | 63.29 | 43.86 | 98.06 | - |
| YUV | 181.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 253 | 0.04 | 0.46 | 0 | 0.01 | 294.31 | 0.97 | 0.76 |
| Hex | F2 | 89 | FD | 4 | 2E | 0 | 1 | 126 | 61 | 4C |
| Octal | 362 | 211 | 375 | 4 | 56 | 0 | 1 | 446 | 141 | 114 |
| Binary | 11110010 | 10001001 | 11111101 | 100 | 101110 | 0 | 1 | 100100110 | 1100001 | 1001100 |
Color Harmonies of #F289FD
Complementary color
Monochromatic Colors of #F289FD
Black with #F289FD
Text Example
Text Example
White with #F289FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289FD; }
p { color: rgb(242,137,253); }
H1.HeaderClassName
{
color: #F289FD;
}
.AnyTagClassName
{
color: #F289FD;
}
</style>
background-color css
<style>
a { background-color: #F289FD; }
a { background-color: rgb(242,137,253); }
div.DivClassName
{
background-color: #F289FD;
}
.BgClassName
{
background-color: #F289FD;
}
</style>
border-color css
<style>
span { border-color: #F289FD; }
span { border-color: rgb(242,137,253); }
td.TdClassName
{
border-color: #F289FD;
}
.TagClassName
{
border-color: #F289FD;
}
</style>