#F297EF

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

Shades of Violet #F297EF

Tints of Violet #F297EF

Color information

#F297EF (or 0xF297EF) is unknown color: approx Violet. HEX triplet: F2, 97 and EF. RGB value is (242,151,239). Sum of RGB (Red+Green+Blue) = 242+151+239=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 151 (59.38% from 255 or 23.89% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F297EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F297EF is #0D6810. Grayscale: #BBBBBB. Windows color (decimal): -878609 or 15702002. OLE color: 15702002.

HSL color Cylindrical-coordinate representation of color #F297EF: hue angle of 301.98º 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 #F297EF is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB242151239-
CMYK00.380.010.05
HSL301.98º77.78%77.06%-
HSV(B)301.98º37.6%94.9%-
XYZ63.2647.2487.45-
YUV188.24156.65166.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.29%
GREEN value IS 151 (59.38% from 255) = 23.89%
BLUE value IS 239 (93.75% from 255) = 37.82%
R=38.29%
G=23.89%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215123900.380.010.05301.9877.7877.06
HexF297EF0261512e4e4d
Octal36222735704615456116115
Binary1111001010010111111011110100110110110010111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F297EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F297EF; }

 p { color: rgb(242,151,239); }

 H1.HeaderClassName
 {
   color: #F297EF;
 }
 .AnyTagClassName
 {
   color: #F297EF;
 }
</style>
background-color css

<style>
 a { background-color: #F297EF; }

 a { background-color: rgb(242,151,239); }

 div.DivClassName
 {
   background-color: #F297EF;
 }
 .BgClassName
 {
   background-color: #F297EF;
 }
</style>
border-color css

<style>
 span { border-color: #F297EF; }

 span { border-color: rgb(242,151,239); }

 td.TdClassName
 {
   border-color: #F297EF;
 }
 .TagClassName
 {
   border-color: #F297EF;
 }
</style>