Shades of Violet #F290FF
Tints of Violet #F290FF
RGB
CMYK
RGB Variations
Color information
#F290FF (or 0xF290FF) is known color: Violet. HEX triplet: F2, 90 and FF. RGB value is (242,144,255). Sum of RGB (Red+Green+Blue) = 242+144+255=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 144 (56.64% from 255 or 22.46% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #F290FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F290FF is #0D6F00. Grayscale: #B9B9B9. Windows color (decimal): -880385 or 16748786. OLE color: 16748786.
HSL color Cylindrical-coordinate representation of color #F290FF: hue angle of 292.97º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F290FF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 144 | 255 | - |
| CMYK | 0.05 | 0.44 | 0 | 0 |
| HSL | 292.97º | 1% | 0.78% | - |
| HSV(B) | 292.97º | 0.44% | 1% | - |
| XYZ | 64.64 | 46.04 | 100.09 | - |
| YUV | 185.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 255 | 0.05 | 0.44 | 0 | 0 | 292.97 | 1 | 0.78 |
| Hex | F2 | 90 | FF | 5 | 2C | 0 | 0 | 125 | 64 | 4E |
| Octal | 362 | 220 | 377 | 5 | 54 | 0 | 0 | 445 | 144 | 116 |
| Binary | 11110010 | 10010000 | 11111111 | 101 | 101100 | 0 | 0 | 100100101 | 1100100 | 1001110 |
Color Harmonies of #F290FF
Complementary color
Monochromatic Colors of #F290FF
Black with #F290FF
Text Example
Text Example
White with #F290FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290FF; }
p { color: rgb(242,144,255); }
H1.HeaderClassName
{
color: #F290FF;
}
.AnyTagClassName
{
color: #F290FF;
}
</style>
background-color css
<style>
a { background-color: #F290FF; }
a { background-color: rgb(242,144,255); }
div.DivClassName
{
background-color: #F290FF;
}
.BgClassName
{
background-color: #F290FF;
}
</style>
border-color css
<style>
span { border-color: #F290FF; }
span { border-color: rgb(242,144,255); }
td.TdClassName
{
border-color: #F290FF;
}
.TagClassName
{
border-color: #F290FF;
}
</style>