#F295EE

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

Shades of Violet #F295EE

Tints of Violet #F295EE

Color information

#F295EE (or 0xF295EE) is unknown color: approx Violet. HEX triplet: F2, 95 and EE. RGB value is (242,149,238). Sum of RGB (Red+Green+Blue) = 242+149+238=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F295EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295EE is #0D6A11. Grayscale: #BABABA. Windows color (decimal): -879122 or 15635954. OLE color: 15635954.

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

Color convert

RGB242149238-
CMYK00.380.020.05
HSL302.58º78.15%76.67%-
HSV(B)302.58º38.43%94.9%-
XYZ62.846.5586.56-
YUV186.95156.81167.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.47%
GREEN value IS 149 (58.59% from 255) = 23.69%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=38.47%
G=23.69%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214923800.380.020.05302.5878.1576.67
HexF295EE0262512f4e4d
Octal36222535604625457116115
Binary11110010100101011110111001001101010110010111110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F295EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F295EE; }

 p { color: rgb(242,149,238); }

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

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

 a { background-color: rgb(242,149,238); }

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

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

 span { border-color: rgb(242,149,238); }

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