Shades of Violet #F298F1
Tints of Violet #F298F1
RGB
CMYK
RGB Variations
Color information
#F298F1 (or 0xF298F1) is known color: Violet. HEX triplet: F2, 98 and F1. RGB value is (242,152,241). Sum of RGB (Red+Green+Blue) = 242+152+241=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 152 (59.77% from 255 or 23.94% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F298F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298F1 is #0D670E. Grayscale: #BCBCBC. Windows color (decimal): -878351 or 15833330. OLE color: 15833330.
HSL color Cylindrical-coordinate representation of color #F298F1: hue angle of 300.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F298F1 is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 241 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.05 |
| HSL | 300.67º | 0.78% | 0.77% | - |
| HSV(B) | 300.67º | 0.37% | 0.95% | - |
| XYZ | 63.72 | 47.68 | 89.06 | - |
| YUV | 189.06 | 157.32 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 241 | 0 | 0.37 | 0.00 | 0.05 | 300.67 | 0.78 | 0.77 |
| Hex | F2 | 98 | F1 | 0 | 25 | 0 | 5 | 12D | 4E | 4D |
| Octal | 362 | 230 | 361 | 0 | 45 | 0 | 5 | 455 | 116 | 115 |
| Binary | 11110010 | 10011000 | 11110001 | 0 | 100101 | 0 | 101 | 100101101 | 1001110 | 1001101 |
Color Harmonies of #F298F1
Complementary color
Monochromatic Colors of #F298F1
Black with #F298F1
Text Example
Text Example
White with #F298F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298F1; }
p { color: rgb(242,152,241); }
H1.HeaderClassName
{
color: #F298F1;
}
.AnyTagClassName
{
color: #F298F1;
}
</style>
background-color css
<style>
a { background-color: #F298F1; }
a { background-color: rgb(242,152,241); }
div.DivClassName
{
background-color: #F298F1;
}
.BgClassName
{
background-color: #F298F1;
}
</style>
border-color css
<style>
span { border-color: #F298F1; }
span { border-color: rgb(242,152,241); }
td.TdClassName
{
border-color: #F298F1;
}
.TagClassName
{
border-color: #F298F1;
}
</style>