Shades of Violet #F294FA
Tints of Violet #F294FA
RGB
CMYK
RGB Variations
Color information
#F294FA (or 0xF294FA) is known color: Violet. HEX triplet: F2, 94 and FA. RGB value is (242,148,250). Sum of RGB (Red+Green+Blue) = 242+148+250=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 148 (58.20% from 255 or 23.12% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #F294FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F294FA is #0D6B05. Grayscale: #BBBBBB. Windows color (decimal): -879366 or 16422130. OLE color: 16422130.
HSL color Cylindrical-coordinate representation of color #F294FA: hue angle of 295.29º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F294FA is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 148 | 250 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.02 |
| HSL | 295.29º | 0.91% | 0.78% | - |
| HSV(B) | 295.29º | 0.41% | 0.98% | - |
| XYZ | 64.46 | 46.96 | 96.11 | - |
| YUV | 187.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 250 | 0.03 | 0.41 | 0 | 0.02 | 295.29 | 0.91 | 0.78 |
| Hex | F2 | 94 | FA | 3 | 29 | 0 | 2 | 127 | 5B | 4E |
| Octal | 362 | 224 | 372 | 3 | 51 | 0 | 2 | 447 | 133 | 116 |
| Binary | 11110010 | 10010100 | 11111010 | 11 | 101001 | 0 | 10 | 100100111 | 1011011 | 1001110 |
Color Harmonies of #F294FA
Complementary color
Monochromatic Colors of #F294FA
Black with #F294FA
Text Example
Text Example
White with #F294FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294FA; }
p { color: rgb(242,148,250); }
H1.HeaderClassName
{
color: #F294FA;
}
.AnyTagClassName
{
color: #F294FA;
}
</style>
background-color css
<style>
a { background-color: #F294FA; }
a { background-color: rgb(242,148,250); }
div.DivClassName
{
background-color: #F294FA;
}
.BgClassName
{
background-color: #F294FA;
}
</style>
border-color css
<style>
span { border-color: #F294FA; }
span { border-color: rgb(242,148,250); }
td.TdClassName
{
border-color: #F294FA;
}
.TagClassName
{
border-color: #F294FA;
}
</style>