#F295EF

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

Shades of Violet #F295EF

Tints of Violet #F295EF

Color information

#F295EF (or 0xF295EF) is unknown color: approx Violet. HEX triplet: F2, 95 and EF. RGB value is (242,149,239). Sum of RGB (Red+Green+Blue) = 242+149+239=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F295EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295EF is #0D6A10. Grayscale: #BABABA. Windows color (decimal): -879121 or 15701490. OLE color: 15701490.

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

Color convert

RGB242149239-
CMYK00.380.010.05
HSL301.94º78.15%76.67%-
HSV(B)301.94º38.43%94.9%-
XYZ62.9546.687.34-
YUV187.07157.31167.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 149 (58.59% from 255) = 23.65%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=38.41%
G=23.65%
B=37.94%

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
Decimal24214923900.380.010.05301.9478.1576.67
HexF295EF0261512e4e4d
Octal36222535704615456116115
Binary1111001010010101111011110100110110110010111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F295EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F295EF; }

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

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

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

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

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

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

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

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