Shades of Violet #F290FC
Tints of Violet #F290FC
RGB
CMYK
RGB Variations
Color information
#F290FC (or 0xF290FC) is known color: Violet. HEX triplet: F2, 90 and FC. RGB value is (242,144,252). Sum of RGB (Red+Green+Blue) = 242+144+252=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 144 (56.64% from 255 or 22.57% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #F290FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F290FC is #0D6F03. Grayscale: #B9B9B9. Windows color (decimal): -880388 or 16552178. OLE color: 16552178.
HSL color Cylindrical-coordinate representation of color #F290FC: hue angle of 294.44º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F290FC is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 144 | 252 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.01 |
| HSL | 294.44º | 0.95% | 0.78% | - |
| HSV(B) | 294.44º | 0.43% | 0.99% | - |
| XYZ | 64.16 | 45.85 | 97.56 | - |
| YUV | 185.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 252 | 0.04 | 0.43 | 0 | 0.01 | 294.44 | 0.95 | 0.78 |
| Hex | F2 | 90 | FC | 4 | 2B | 0 | 1 | 126 | 5F | 4E |
| Octal | 362 | 220 | 374 | 4 | 53 | 0 | 1 | 446 | 137 | 116 |
| Binary | 11110010 | 10010000 | 11111100 | 100 | 101011 | 0 | 1 | 100100110 | 1011111 | 1001110 |
Color Harmonies of #F290FC
Complementary color
Monochromatic Colors of #F290FC
Black with #F290FC
Text Example
Text Example
White with #F290FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290FC; }
p { color: rgb(242,144,252); }
H1.HeaderClassName
{
color: #F290FC;
}
.AnyTagClassName
{
color: #F290FC;
}
</style>
background-color css
<style>
a { background-color: #F290FC; }
a { background-color: rgb(242,144,252); }
div.DivClassName
{
background-color: #F290FC;
}
.BgClassName
{
background-color: #F290FC;
}
</style>
border-color css
<style>
span { border-color: #F290FC; }
span { border-color: rgb(242,144,252); }
td.TdClassName
{
border-color: #F290FC;
}
.TagClassName
{
border-color: #F290FC;
}
</style>