#F296EB

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

Shades of Violet #F296EB

Tints of Violet #F296EB

Color information

#F296EB (or 0xF296EB) is unknown color: approx Violet. HEX triplet: F2, 96 and EB. RGB value is (242,150,235). Sum of RGB (Red+Green+Blue) = 242+150+235=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F296EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296EB is #0D6914. Grayscale: #BABABA. Windows color (decimal): -878869 or 15439602. OLE color: 15439602.

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

Color convert

RGB242150235-
CMYK00.380.030.05
HSL304.57º77.97%76.86%-
HSV(B)304.57º38.02%94.9%-
XYZ62.5246.6984.31-
YUV187.2154.98167.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 150 (58.98% from 255) = 23.92%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=38.60%
G=23.92%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215023500.380.030.05304.5777.9776.86
HexF296EB026351314e4d
Octal36222635304635461116115
Binary11110010100101101110101101001101110110011000110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F296EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F296EB; }

 p { color: rgb(242,150,235); }

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

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

 a { background-color: rgb(242,150,235); }

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

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

 span { border-color: rgb(242,150,235); }

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