Shades of Violet #F295F0
Tints of Violet #F295F0
RGB
CMYK
RGB Variations
Color information
#F295F0 (or 0xF295F0) is known color: Violet. HEX triplet: F2, 95 and F0. RGB value is (242,149,240). Sum of RGB (Red+Green+Blue) = 242+149+240=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 149 (58.59% from 255 or 23.61% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F295F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295F0 is #0D6A0F. Grayscale: #BABABA. Windows color (decimal): -879120 or 15767026. OLE color: 15767026.
HSL color Cylindrical-coordinate representation of color #F295F0: hue angle of 301.29º 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 #F295F0 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 240 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.05 |
| HSL | 301.29º | 0.78% | 0.77% | - |
| HSV(B) | 301.29º | 0.38% | 0.95% | - |
| XYZ | 63.09 | 46.66 | 88.12 | - |
| YUV | 187.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 240 | 0 | 0.38 | 0.01 | 0.05 | 301.29 | 0.78 | 0.77 |
| Hex | F2 | 95 | F0 | 0 | 26 | 1 | 5 | 12D | 4E | 4D |
| Octal | 362 | 225 | 360 | 0 | 46 | 1 | 5 | 455 | 116 | 115 |
| Binary | 11110010 | 10010101 | 11110000 | 0 | 100110 | 1 | 101 | 100101101 | 1001110 | 1001101 |
Color Harmonies of #F295F0
Complementary color
Monochromatic Colors of #F295F0
Black with #F295F0
Text Example
Text Example
White with #F295F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295F0; }
p { color: rgb(242,149,240); }
H1.HeaderClassName
{
color: #F295F0;
}
.AnyTagClassName
{
color: #F295F0;
}
</style>
background-color css
<style>
a { background-color: #F295F0; }
a { background-color: rgb(242,149,240); }
div.DivClassName
{
background-color: #F295F0;
}
.BgClassName
{
background-color: #F295F0;
}
</style>
border-color css
<style>
span { border-color: #F295F0; }
span { border-color: rgb(242,149,240); }
td.TdClassName
{
border-color: #F295F0;
}
.TagClassName
{
border-color: #F295F0;
}
</style>