Shades of Violet #F298EE
Tints of Violet #F298EE
RGB
CMYK
RGB Variations
Color information
#F298EE (or 0xF298EE) is known color: Violet. HEX triplet: F2, 98 and EE. RGB value is (242,152,238). Sum of RGB (Red+Green+Blue) = 242+152+238=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 152 (59.77% from 255 or 24.05% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F298EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298EE is #0D6711. Grayscale: #BCBCBC. Windows color (decimal): -878354 or 15636722. OLE color: 15636722.
HSL color Cylindrical-coordinate representation of color #F298EE: hue angle of 302.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 #F298EE is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 238 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.05 |
| HSL | 302.67º | 0.78% | 0.77% | - |
| HSV(B) | 302.67º | 0.37% | 0.95% | - |
| XYZ | 63.28 | 47.51 | 86.72 | - |
| YUV | 188.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 238 | 0 | 0.37 | 0.02 | 0.05 | 302.67 | 0.78 | 0.77 |
| Hex | F2 | 98 | EE | 0 | 25 | 2 | 5 | 12F | 4E | 4D |
| Octal | 362 | 230 | 356 | 0 | 45 | 2 | 5 | 457 | 116 | 115 |
| Binary | 11110010 | 10011000 | 11101110 | 0 | 100101 | 10 | 101 | 100101111 | 1001110 | 1001101 |
Color Harmonies of #F298EE
Complementary color
Monochromatic Colors of #F298EE
Black with #F298EE
Text Example
Text Example
White with #F298EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298EE; }
p { color: rgb(242,152,238); }
H1.HeaderClassName
{
color: #F298EE;
}
.AnyTagClassName
{
color: #F298EE;
}
</style>
background-color css
<style>
a { background-color: #F298EE; }
a { background-color: rgb(242,152,238); }
div.DivClassName
{
background-color: #F298EE;
}
.BgClassName
{
background-color: #F298EE;
}
</style>
border-color css
<style>
span { border-color: #F298EE; }
span { border-color: rgb(242,152,238); }
td.TdClassName
{
border-color: #F298EE;
}
.TagClassName
{
border-color: #F298EE;
}
</style>