Shades of Violet #F290FA
Tints of Violet #F290FA
RGB
CMYK
RGB Variations
Color information
#F290FA (or 0xF290FA) is known color: Violet. HEX triplet: F2, 90 and FA. RGB value is (242,144,250). Sum of RGB (Red+Green+Blue) = 242+144+250=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 144 (56.64% from 255 or 22.64% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #F290FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F290FA is #0D6F05. Grayscale: #B9B9B9. Windows color (decimal): -880390 or 16421106. OLE color: 16421106.
HSL color Cylindrical-coordinate representation of color #F290FA: hue angle of 295.47º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F290FA is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 144 | 250 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.02 |
| HSL | 295.47º | 0.91% | 0.77% | - |
| HSV(B) | 295.47º | 0.42% | 0.98% | - |
| XYZ | 63.85 | 45.73 | 95.9 | - |
| YUV | 185.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 250 | 0.03 | 0.42 | 0 | 0.02 | 295.47 | 0.91 | 0.77 |
| Hex | F2 | 90 | FA | 3 | 2A | 0 | 2 | 127 | 5B | 4D |
| Octal | 362 | 220 | 372 | 3 | 52 | 0 | 2 | 447 | 133 | 115 |
| Binary | 11110010 | 10010000 | 11111010 | 11 | 101010 | 0 | 10 | 100100111 | 1011011 | 1001101 |
Color Harmonies of #F290FA
Complementary color
Monochromatic Colors of #F290FA
Black with #F290FA
Text Example
Text Example
White with #F290FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290FA; }
p { color: rgb(242,144,250); }
H1.HeaderClassName
{
color: #F290FA;
}
.AnyTagClassName
{
color: #F290FA;
}
</style>
background-color css
<style>
a { background-color: #F290FA; }
a { background-color: rgb(242,144,250); }
div.DivClassName
{
background-color: #F290FA;
}
.BgClassName
{
background-color: #F290FA;
}
</style>
border-color css
<style>
span { border-color: #F290FA; }
span { border-color: rgb(242,144,250); }
td.TdClassName
{
border-color: #F290FA;
}
.TagClassName
{
border-color: #F290FA;
}
</style>