Shades of Violet #F294F3
Tints of Violet #F294F3
RGB
CMYK
RGB Variations
Color information
#F294F3 (or 0xF294F3) is known color: Violet. HEX triplet: F2, 94 and F3. RGB value is (242,148,243). Sum of RGB (Red+Green+Blue) = 242+148+243=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 148 (58.20% from 255 or 23.38% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #F294F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F294F3 is #0D6B0C. Grayscale: #BABABA. Windows color (decimal): -879373 or 15963378. OLE color: 15963378.
HSL color Cylindrical-coordinate representation of color #F294F3: hue angle of 299.37º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F294F3 is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 243 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.05 |
| HSL | 299.37º | 0.8% | 0.77% | - |
| HSV(B) | 299.37º | 0.39% | 0.95% | - |
| XYZ | 63.39 | 46.53 | 90.43 | - |
| YUV | 186.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 243 | 0.00 | 0.39 | 0 | 0.05 | 299.37 | 0.8 | 0.77 |
| Hex | F2 | 94 | F3 | 0 | 27 | 0 | 5 | 12B | 50 | 4D |
| Octal | 362 | 224 | 363 | 0 | 47 | 0 | 5 | 453 | 120 | 115 |
| Binary | 11110010 | 10010100 | 11110011 | 0 | 100111 | 0 | 101 | 100101011 | 1010000 | 1001101 |
Color Harmonies of #F294F3
Complementary color
Monochromatic Colors of #F294F3
Black with #F294F3
Text Example
Text Example
White with #F294F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294F3; }
p { color: rgb(242,148,243); }
H1.HeaderClassName
{
color: #F294F3;
}
.AnyTagClassName
{
color: #F294F3;
}
</style>
background-color css
<style>
a { background-color: #F294F3; }
a { background-color: rgb(242,148,243); }
div.DivClassName
{
background-color: #F294F3;
}
.BgClassName
{
background-color: #F294F3;
}
</style>
border-color css
<style>
span { border-color: #F294F3; }
span { border-color: rgb(242,148,243); }
td.TdClassName
{
border-color: #F294F3;
}
.TagClassName
{
border-color: #F294F3;
}
</style>