Shades of Violet #F290F3
Tints of Violet #F290F3
RGB
CMYK
RGB Variations
Color information
#F290F3 (or 0xF290F3) is known color: Violet. HEX triplet: F2, 90 and F3. RGB value is (242,144,243). Sum of RGB (Red+Green+Blue) = 242+144+243=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 144 (56.64% from 255 or 22.89% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #F290F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F290F3 is #0D6F0C. Grayscale: #B8B8B8. Windows color (decimal): -880397 or 15962354. OLE color: 15962354.
HSL color Cylindrical-coordinate representation of color #F290F3: hue angle of 299.39º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F290F3 is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 243 | - |
| CMYK | 0.00 | 0.41 | 0 | 0.05 |
| HSL | 299.39º | 0.8% | 0.76% | - |
| HSV(B) | 299.39º | 0.41% | 0.95% | - |
| XYZ | 62.77 | 45.29 | 90.23 | - |
| YUV | 184.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 243 | 0.00 | 0.41 | 0 | 0.05 | 299.39 | 0.8 | 0.76 |
| Hex | F2 | 90 | F3 | 0 | 29 | 0 | 5 | 12B | 50 | 4C |
| Octal | 362 | 220 | 363 | 0 | 51 | 0 | 5 | 453 | 120 | 114 |
| Binary | 11110010 | 10010000 | 11110011 | 0 | 101001 | 0 | 101 | 100101011 | 1010000 | 1001100 |
Color Harmonies of #F290F3
Complementary color
Monochromatic Colors of #F290F3
Black with #F290F3
Text Example
Text Example
White with #F290F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290F3; }
p { color: rgb(242,144,243); }
H1.HeaderClassName
{
color: #F290F3;
}
.AnyTagClassName
{
color: #F290F3;
}
</style>
background-color css
<style>
a { background-color: #F290F3; }
a { background-color: rgb(242,144,243); }
div.DivClassName
{
background-color: #F290F3;
}
.BgClassName
{
background-color: #F290F3;
}
</style>
border-color css
<style>
span { border-color: #F290F3; }
span { border-color: rgb(242,144,243); }
td.TdClassName
{
border-color: #F290F3;
}
.TagClassName
{
border-color: #F290F3;
}
</style>