Shades of Violet #F294FD
Tints of Violet #F294FD
RGB
CMYK
RGB Variations
Color information
#F294FD (or 0xF294FD) is known color: Violet. HEX triplet: F2, 94 and FD. RGB value is (242,148,253). Sum of RGB (Red+Green+Blue) = 242+148+253=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 148 (58.20% from 255 or 23.02% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #F294FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F294FD is #0D6B02. Grayscale: #BBBBBB. Windows color (decimal): -879363 or 16618738. OLE color: 16618738.
HSL color Cylindrical-coordinate representation of color #F294FD: hue angle of 293.71º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F294FD is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 148 | 253 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.01 |
| HSL | 293.71º | 0.96% | 0.79% | - |
| HSV(B) | 293.71º | 0.42% | 0.99% | - |
| XYZ | 64.94 | 47.15 | 98.61 | - |
| YUV | 188.08 | 164.64 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 253 | 0.04 | 0.42 | 0 | 0.01 | 293.71 | 0.96 | 0.79 |
| Hex | F2 | 94 | FD | 4 | 2A | 0 | 1 | 126 | 60 | 4F |
| Octal | 362 | 224 | 375 | 4 | 52 | 0 | 1 | 446 | 140 | 117 |
| Binary | 11110010 | 10010100 | 11111101 | 100 | 101010 | 0 | 1 | 100100110 | 1100000 | 1001111 |
Color Harmonies of #F294FD
Complementary color
Monochromatic Colors of #F294FD
Black with #F294FD
Text Example
Text Example
White with #F294FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294FD; }
p { color: rgb(242,148,253); }
H1.HeaderClassName
{
color: #F294FD;
}
.AnyTagClassName
{
color: #F294FD;
}
</style>
background-color css
<style>
a { background-color: #F294FD; }
a { background-color: rgb(242,148,253); }
div.DivClassName
{
background-color: #F294FD;
}
.BgClassName
{
background-color: #F294FD;
}
</style>
border-color css
<style>
span { border-color: #F294FD; }
span { border-color: rgb(242,148,253); }
td.TdClassName
{
border-color: #F294FD;
}
.TagClassName
{
border-color: #F294FD;
}
</style>