Shades of Violet #F295FE
Tints of Violet #F295FE
RGB
CMYK
RGB Variations
Color information
#F295FE (or 0xF295FE) is known color: Violet. HEX triplet: F2, 95 and FE. RGB value is (242,149,254). Sum of RGB (Red+Green+Blue) = 242+149+254=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 149 (58.59% from 255 or 23.10% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #F295FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295FE is #0D6A01. Grayscale: #BCBCBC. Windows color (decimal): -879106 or 16684530. OLE color: 16684530.
HSL color Cylindrical-coordinate representation of color #F295FE: hue angle of 293.14º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F295FE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 149 | 254 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.00 |
| HSL | 293.14º | 0.98% | 0.79% | - |
| HSV(B) | 293.14º | 0.41% | 1% | - |
| XYZ | 65.25 | 47.53 | 99.5 | - |
| YUV | 188.78 | 164.81 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 254 | 0.05 | 0.41 | 0 | 0.00 | 293.14 | 0.98 | 0.79 |
| Hex | F2 | 95 | FE | 5 | 29 | 0 | 0 | 125 | 62 | 4F |
| Octal | 362 | 225 | 376 | 5 | 51 | 0 | 0 | 445 | 142 | 117 |
| Binary | 11110010 | 10010101 | 11111110 | 101 | 101001 | 0 | 0 | 100100101 | 1100010 | 1001111 |
Color Harmonies of #F295FE
Complementary color
Monochromatic Colors of #F295FE
Black with #F295FE
Text Example
Text Example
White with #F295FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295FE; }
p { color: rgb(242,149,254); }
H1.HeaderClassName
{
color: #F295FE;
}
.AnyTagClassName
{
color: #F295FE;
}
</style>
background-color css
<style>
a { background-color: #F295FE; }
a { background-color: rgb(242,149,254); }
div.DivClassName
{
background-color: #F295FE;
}
.BgClassName
{
background-color: #F295FE;
}
</style>
border-color css
<style>
span { border-color: #F295FE; }
span { border-color: rgb(242,149,254); }
td.TdClassName
{
border-color: #F295FE;
}
.TagClassName
{
border-color: #F295FE;
}
</style>