Shades of Violet #F297FE
Tints of Violet #F297FE
RGB
CMYK
RGB Variations
Color information
#F297FE (or 0xF297FE) is known color: Violet. HEX triplet: F2, 97 and FE. RGB value is (242,151,254). Sum of RGB (Red+Green+Blue) = 242+151+254=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 151 (59.38% from 255 or 23.34% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #F297FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F297FE is #0D6801. Grayscale: #BDBDBD. Windows color (decimal): -878594 or 16685042. OLE color: 16685042.
HSL color Cylindrical-coordinate representation of color #F297FE: hue angle of 293.01º 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 #F297FE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 151 | 254 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.00 |
| HSL | 293.01º | 0.98% | 0.79% | - |
| HSV(B) | 293.01º | 0.41% | 1% | - |
| XYZ | 65.57 | 48.17 | 99.61 | - |
| YUV | 189.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 254 | 0.05 | 0.41 | 0 | 0.00 | 293.01 | 0.98 | 0.79 |
| Hex | F2 | 97 | FE | 5 | 29 | 0 | 0 | 125 | 62 | 4F |
| Octal | 362 | 227 | 376 | 5 | 51 | 0 | 0 | 445 | 142 | 117 |
| Binary | 11110010 | 10010111 | 11111110 | 101 | 101001 | 0 | 0 | 100100101 | 1100010 | 1001111 |
Color Harmonies of #F297FE
Complementary color
Monochromatic Colors of #F297FE
Black with #F297FE
Text Example
Text Example
White with #F297FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F297FE; }
p { color: rgb(242,151,254); }
H1.HeaderClassName
{
color: #F297FE;
}
.AnyTagClassName
{
color: #F297FE;
}
</style>
background-color css
<style>
a { background-color: #F297FE; }
a { background-color: rgb(242,151,254); }
div.DivClassName
{
background-color: #F297FE;
}
.BgClassName
{
background-color: #F297FE;
}
</style>
border-color css
<style>
span { border-color: #F297FE; }
span { border-color: rgb(242,151,254); }
td.TdClassName
{
border-color: #F297FE;
}
.TagClassName
{
border-color: #F297FE;
}
</style>