Shades of Violet #F290F1
Tints of Violet #F290F1
RGB
CMYK
RGB Variations
Color information
#F290F1 (or 0xF290F1) is known color: Violet. HEX triplet: F2, 90 and F1. RGB value is (242,144,241). Sum of RGB (Red+Green+Blue) = 242+144+241=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 144 (56.64% from 255 or 22.97% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F290F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F290F1 is #0D6F0E. Grayscale: #B8B8B8. Windows color (decimal): -880399 or 15831282. OLE color: 15831282.
HSL color Cylindrical-coordinate representation of color #F290F1: hue angle of 300.61º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290F1 is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 241 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.05 |
| HSL | 300.61º | 0.79% | 0.76% | - |
| HSV(B) | 300.61º | 0.4% | 0.95% | - |
| XYZ | 62.47 | 45.17 | 88.65 | - |
| YUV | 184.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 241 | 0 | 0.40 | 0.00 | 0.05 | 300.61 | 0.79 | 0.76 |
| Hex | F2 | 90 | F1 | 0 | 28 | 0 | 5 | 12D | 4F | 4C |
| Octal | 362 | 220 | 361 | 0 | 50 | 0 | 5 | 455 | 117 | 114 |
| Binary | 11110010 | 10010000 | 11110001 | 0 | 101000 | 0 | 101 | 100101101 | 1001111 | 1001100 |
Color Harmonies of #F290F1
Complementary color
Monochromatic Colors of #F290F1
Black with #F290F1
Text Example
Text Example
White with #F290F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290F1; }
p { color: rgb(242,144,241); }
H1.HeaderClassName
{
color: #F290F1;
}
.AnyTagClassName
{
color: #F290F1;
}
</style>
background-color css
<style>
a { background-color: #F290F1; }
a { background-color: rgb(242,144,241); }
div.DivClassName
{
background-color: #F290F1;
}
.BgClassName
{
background-color: #F290F1;
}
</style>
border-color css
<style>
span { border-color: #F290F1; }
span { border-color: rgb(242,144,241); }
td.TdClassName
{
border-color: #F290F1;
}
.TagClassName
{
border-color: #F290F1;
}
</style>