Shades of Violet #F294ED
Tints of Violet #F294ED
RGB
CMYK
RGB Variations
Color information
#F294ED (or 0xF294ED) is known color: Violet. HEX triplet: F2, 94 and ED. RGB value is (242,148,237). Sum of RGB (Red+Green+Blue) = 242+148+237=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F294ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F294ED is #0D6B12. Grayscale: #B9B9B9. Windows color (decimal): -879379 or 15570162. OLE color: 15570162.
HSL color Cylindrical-coordinate representation of color #F294ED: hue angle of 303.19º 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 #F294ED is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 237 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.05 |
| HSL | 303.19º | 0.78% | 0.76% | - |
| HSV(B) | 303.19º | 0.39% | 0.95% | - |
| XYZ | 62.49 | 46.17 | 85.74 | - |
| YUV | 186.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 237 | 0 | 0.39 | 0.02 | 0.05 | 303.19 | 0.78 | 0.76 |
| Hex | F2 | 94 | ED | 0 | 27 | 2 | 5 | 12F | 4E | 4C |
| Octal | 362 | 224 | 355 | 0 | 47 | 2 | 5 | 457 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11101101 | 0 | 100111 | 10 | 101 | 100101111 | 1001110 | 1001100 |
Color Harmonies of #F294ED
Complementary color
Monochromatic Colors of #F294ED
Black with #F294ED
Text Example
Text Example
White with #F294ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294ED; }
p { color: rgb(242,148,237); }
H1.HeaderClassName
{
color: #F294ED;
}
.AnyTagClassName
{
color: #F294ED;
}
</style>
background-color css
<style>
a { background-color: #F294ED; }
a { background-color: rgb(242,148,237); }
div.DivClassName
{
background-color: #F294ED;
}
.BgClassName
{
background-color: #F294ED;
}
</style>
border-color css
<style>
span { border-color: #F294ED; }
span { border-color: rgb(242,148,237); }
td.TdClassName
{
border-color: #F294ED;
}
.TagClassName
{
border-color: #F294ED;
}
</style>