Shades of Violet #F298F9
Tints of Violet #F298F9
RGB
CMYK
RGB Variations
Color information
#F298F9 (or 0xF298F9) is known color: Violet. HEX triplet: F2, 98 and F9. RGB value is (242,152,249). Sum of RGB (Red+Green+Blue) = 242+152+249=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 152 (59.77% from 255 or 23.64% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #F298F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298F9 is #0D6706. Grayscale: #BDBDBD. Windows color (decimal): -878343 or 16357618. OLE color: 16357618.
HSL color Cylindrical-coordinate representation of color #F298F9: hue angle of 295.67º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F298F9 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 152 | 249 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.02 |
| HSL | 295.67º | 0.89% | 0.79% | - |
| HSV(B) | 295.67º | 0.39% | 0.98% | - |
| XYZ | 64.95 | 48.17 | 95.5 | - |
| YUV | 189.97 | 161.32 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 249 | 0.03 | 0.39 | 0 | 0.02 | 295.67 | 0.89 | 0.79 |
| Hex | F2 | 98 | F9 | 3 | 27 | 0 | 2 | 128 | 59 | 4F |
| Octal | 362 | 230 | 371 | 3 | 47 | 0 | 2 | 450 | 131 | 117 |
| Binary | 11110010 | 10011000 | 11111001 | 11 | 100111 | 0 | 10 | 100101000 | 1011001 | 1001111 |
Color Harmonies of #F298F9
Complementary color
Monochromatic Colors of #F298F9
Black with #F298F9
Text Example
Text Example
White with #F298F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298F9; }
p { color: rgb(242,152,249); }
H1.HeaderClassName
{
color: #F298F9;
}
.AnyTagClassName
{
color: #F298F9;
}
</style>
background-color css
<style>
a { background-color: #F298F9; }
a { background-color: rgb(242,152,249); }
div.DivClassName
{
background-color: #F298F9;
}
.BgClassName
{
background-color: #F298F9;
}
</style>
border-color css
<style>
span { border-color: #F298F9; }
span { border-color: rgb(242,152,249); }
td.TdClassName
{
border-color: #F298F9;
}
.TagClassName
{
border-color: #F298F9;
}
</style>