Shades of Violet #F298F2
Tints of Violet #F298F2
RGB
CMYK
RGB Variations
Color information
#F298F2 (or 0xF298F2) is known color: Violet. HEX triplet: F2, 98 and F2. RGB value is (242,152,242). Sum of RGB (Red+Green+Blue) = 242+152+242=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 152 (59.77% from 255 or 23.90% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F298F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298F2 is #0D670D. Grayscale: #BCBCBC. Windows color (decimal): -878350 or 15898866. OLE color: 15898866.
HSL color Cylindrical-coordinate representation of color #F298F2: hue angle of 300º 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 #F298F2 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 242 | - |
| CMYK | 0 | 0.37 | 0 | 0.05 |
| HSL | 300º | 0.78% | 0.77% | - |
| HSV(B) | 300º | 0.37% | 0.95% | - |
| XYZ | 63.87 | 47.74 | 89.85 | - |
| YUV | 189.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 242 | 0 | 0.37 | 0 | 0.05 | 300 | 0.78 | 0.77 |
| Hex | F2 | 98 | F2 | 0 | 25 | 0 | 5 | 12C | 4E | 4D |
| Octal | 362 | 230 | 362 | 0 | 45 | 0 | 5 | 454 | 116 | 115 |
| Binary | 11110010 | 10011000 | 11110010 | 0 | 100101 | 0 | 101 | 100101100 | 1001110 | 1001101 |
Color Harmonies of #F298F2
Complementary color
Monochromatic Colors of #F298F2
Black with #F298F2
Text Example
Text Example
White with #F298F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298F2; }
p { color: rgb(242,152,242); }
H1.HeaderClassName
{
color: #F298F2;
}
.AnyTagClassName
{
color: #F298F2;
}
</style>
background-color css
<style>
a { background-color: #F298F2; }
a { background-color: rgb(242,152,242); }
div.DivClassName
{
background-color: #F298F2;
}
.BgClassName
{
background-color: #F298F2;
}
</style>
border-color css
<style>
span { border-color: #F298F2; }
span { border-color: rgb(242,152,242); }
td.TdClassName
{
border-color: #F298F2;
}
.TagClassName
{
border-color: #F298F2;
}
</style>