Shades of Violet #F294F2
Tints of Violet #F294F2
RGB
CMYK
RGB Variations
Color information
#F294F2 (or 0xF294F2) is known color: Violet. HEX triplet: F2, 94 and F2. RGB value is (242,148,242). Sum of RGB (Red+Green+Blue) = 242+148+242=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 148 (58.20% from 255 or 23.42% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F294F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F294F2 is #0D6B0D. Grayscale: #BABABA. Windows color (decimal): -879374 or 15897842. OLE color: 15897842.
HSL color Cylindrical-coordinate representation of color #F294F2: hue angle of 300º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F294F2 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 242 | - |
| CMYK | 0 | 0.39 | 0 | 0.05 |
| HSL | 300º | 0.78% | 0.76% | - |
| HSV(B) | 300º | 0.39% | 0.95% | - |
| XYZ | 63.23 | 46.47 | 89.64 | - |
| YUV | 186.82 | 159.14 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 242 | 0 | 0.39 | 0 | 0.05 | 300 | 0.78 | 0.76 |
| Hex | F2 | 94 | F2 | 0 | 27 | 0 | 5 | 12C | 4E | 4C |
| Octal | 362 | 224 | 362 | 0 | 47 | 0 | 5 | 454 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11110010 | 0 | 100111 | 0 | 101 | 100101100 | 1001110 | 1001100 |
Color Harmonies of #F294F2
Complementary color
Monochromatic Colors of #F294F2
Black with #F294F2
Text Example
Text Example
White with #F294F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294F2; }
p { color: rgb(242,148,242); }
H1.HeaderClassName
{
color: #F294F2;
}
.AnyTagClassName
{
color: #F294F2;
}
</style>
background-color css
<style>
a { background-color: #F294F2; }
a { background-color: rgb(242,148,242); }
div.DivClassName
{
background-color: #F294F2;
}
.BgClassName
{
background-color: #F294F2;
}
</style>
border-color css
<style>
span { border-color: #F294F2; }
span { border-color: rgb(242,148,242); }
td.TdClassName
{
border-color: #F294F2;
}
.TagClassName
{
border-color: #F294F2;
}
</style>