#F495F2

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

Shades of Violet #F495F2

Tints of Violet #F495F2

Color information

#F495F2 (or 0xF495F2) is unknown color: approx Violet. HEX triplet: F4, 95 and F2. RGB value is (244,149,242). Sum of RGB (Red+Green+Blue) = 244+149+242=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 149 (58.59% from 255 or 23.46% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F495F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F495F2 is #0B6A0D. Grayscale: #BBBBBB. Windows color (decimal): -748046 or 15898100. OLE color: 15898100.

HSL color Cylindrical-coordinate representation of color #F495F2: hue angle of 301.26º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F495F2 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB244149242-
CMYK00.390.010.04
HSL301.26º81.2%77.06%-
HSV(B)301.26º38.93%95.69%-
XYZ64.0847.1489.73-
YUV188.01158.47167.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.43%
GREEN value IS 149 (58.59% from 255) = 23.46%
BLUE value IS 242 (94.92% from 255) = 38.11%
R=38.43%
G=23.46%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414924200.390.010.04301.2681.277.06
HexF495F20271412d514d
Octal36422536204714455121115
Binary1111010010010101111100100100111110010010110110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495F2; }

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

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

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

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

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

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

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

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