Shades of Violet #F295ED
Tints of Violet #F295ED
RGB
CMYK
RGB Variations
Color information
#F295ED (or 0xF295ED) is known color: Violet. HEX triplet: F2, 95 and ED. RGB value is (242,149,237). Sum of RGB (Red+Green+Blue) = 242+149+237=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 149 (58.59% from 255 or 23.73% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F295ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295ED is #0D6A12. Grayscale: #BABABA. Windows color (decimal): -879123 or 15570418. OLE color: 15570418.
HSL color Cylindrical-coordinate representation of color #F295ED: hue angle of 303.23º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F295ED is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 237 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.05 |
| HSL | 303.23º | 0.78% | 0.77% | - |
| HSV(B) | 303.23º | 0.38% | 0.95% | - |
| XYZ | 62.65 | 46.49 | 85.79 | - |
| YUV | 186.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 237 | 0 | 0.38 | 0.02 | 0.05 | 303.23 | 0.78 | 0.77 |
| Hex | F2 | 95 | ED | 0 | 26 | 2 | 5 | 12F | 4E | 4D |
| Octal | 362 | 225 | 355 | 0 | 46 | 2 | 5 | 457 | 116 | 115 |
| Binary | 11110010 | 10010101 | 11101101 | 0 | 100110 | 10 | 101 | 100101111 | 1001110 | 1001101 |
Color Harmonies of #F295ED
Complementary color
Monochromatic Colors of #F295ED
Black with #F295ED
Text Example
Text Example
White with #F295ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295ED; }
p { color: rgb(242,149,237); }
H1.HeaderClassName
{
color: #F295ED;
}
.AnyTagClassName
{
color: #F295ED;
}
</style>
background-color css
<style>
a { background-color: #F295ED; }
a { background-color: rgb(242,149,237); }
div.DivClassName
{
background-color: #F295ED;
}
.BgClassName
{
background-color: #F295ED;
}
</style>
border-color css
<style>
span { border-color: #F295ED; }
span { border-color: rgb(242,149,237); }
td.TdClassName
{
border-color: #F295ED;
}
.TagClassName
{
border-color: #F295ED;
}
</style>