#F297FE

Color #F297FE Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F297FE

Tints of Violet #F297FE

Color information

#F297FE (or 0xF297FE) is unknown color: approx 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

RGB242151254-
CMYK0.050.4100.00
HSL293.01º98.1%79.41%-
HSV(B)293.01º40.55%99.61%-
XYZ65.5748.1799.61-
YUV189.95164.15165.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 37.40%
GREEN value IS 151 (59.38% from 255) = 23.34%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=37.40%
G=23.34%
B=39.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421512540.050.4100.00293.0198.179.41
HexF297FE52900125624f
Octal36222737655100445142117
Binary1111001010010111111111101011010010010010010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F297FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>