Shades of Violet #F295FF
Tints of Violet #F295FF
RGB
CMYK
RGB Variations
Color information
#F295FF (or 0xF295FF) is known color: Violet. HEX triplet: F2, 95 and FF. RGB value is (242,149,255). Sum of RGB (Red+Green+Blue) = 242+149+255=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 149 (58.59% from 255 or 23.07% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #F295FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295FF is #0D6A00. Grayscale: #BCBCBC. Windows color (decimal): -879105 or 16750066. OLE color: 16750066.
HSL color Cylindrical-coordinate representation of color #F295FF: hue angle of 292.64º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F295FF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 149 | 255 | - |
| CMYK | 0.05 | 0.42 | 0 | 0 |
| HSL | 292.64º | 1% | 0.79% | - |
| HSV(B) | 292.64º | 0.42% | 1% | - |
| XYZ | 65.42 | 47.59 | 100.35 | - |
| YUV | 188.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 255 | 0.05 | 0.42 | 0 | 0 | 292.64 | 1 | 0.79 |
| Hex | F2 | 95 | FF | 5 | 2A | 0 | 0 | 125 | 64 | 4F |
| Octal | 362 | 225 | 377 | 5 | 52 | 0 | 0 | 445 | 144 | 117 |
| Binary | 11110010 | 10010101 | 11111111 | 101 | 101010 | 0 | 0 | 100100101 | 1100100 | 1001111 |
Color Harmonies of #F295FF
Complementary color
Monochromatic Colors of #F295FF
Black with #F295FF
Text Example
Text Example
White with #F295FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295FF; }
p { color: rgb(242,149,255); }
H1.HeaderClassName
{
color: #F295FF;
}
.AnyTagClassName
{
color: #F295FF;
}
</style>
background-color css
<style>
a { background-color: #F295FF; }
a { background-color: rgb(242,149,255); }
div.DivClassName
{
background-color: #F295FF;
}
.BgClassName
{
background-color: #F295FF;
}
</style>
border-color css
<style>
span { border-color: #F295FF; }
span { border-color: rgb(242,149,255); }
td.TdClassName
{
border-color: #F295FF;
}
.TagClassName
{
border-color: #F295FF;
}
</style>