Shades of Violet #F294F8
Tints of Violet #F294F8
RGB
CMYK
RGB Variations
Color information
#F294F8 (or 0xF294F8) is known color: Violet. HEX triplet: F2, 94 and F8. RGB value is (242,148,248). Sum of RGB (Red+Green+Blue) = 242+148+248=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 148 (58.20% from 255 or 23.20% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #F294F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F294F8 is #0D6B07. Grayscale: #BBBBBB. Windows color (decimal): -879368 or 16291058. OLE color: 16291058.
HSL color Cylindrical-coordinate representation of color #F294F8: hue angle of 296.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F294F8 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 148 | 248 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.03 |
| HSL | 296.4º | 0.88% | 0.78% | - |
| HSV(B) | 296.4º | 0.4% | 0.97% | - |
| XYZ | 64.15 | 46.83 | 94.47 | - |
| YUV | 187.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 248 | 0.02 | 0.40 | 0 | 0.03 | 296.4 | 0.88 | 0.78 |
| Hex | F2 | 94 | F8 | 2 | 28 | 0 | 3 | 128 | 58 | 4E |
| Octal | 362 | 224 | 370 | 2 | 50 | 0 | 3 | 450 | 130 | 116 |
| Binary | 11110010 | 10010100 | 11111000 | 10 | 101000 | 0 | 11 | 100101000 | 1011000 | 1001110 |
Color Harmonies of #F294F8
Complementary color
Monochromatic Colors of #F294F8
Black with #F294F8
Text Example
Text Example
White with #F294F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294F8; }
p { color: rgb(242,148,248); }
H1.HeaderClassName
{
color: #F294F8;
}
.AnyTagClassName
{
color: #F294F8;
}
</style>
background-color css
<style>
a { background-color: #F294F8; }
a { background-color: rgb(242,148,248); }
div.DivClassName
{
background-color: #F294F8;
}
.BgClassName
{
background-color: #F294F8;
}
</style>
border-color css
<style>
span { border-color: #F294F8; }
span { border-color: rgb(242,148,248); }
td.TdClassName
{
border-color: #F294F8;
}
.TagClassName
{
border-color: #F294F8;
}
</style>